What are source maps in jQuery?
Answer / chaitanya
In case of jQuery, Source Map is nothing but mapping of minified version of jQuery against the un-minified version. Source map allows to debug minified version of jQuery library. Source map feature was release with jQuery 1.9. Find out more here.
| Is This Answer Correct ? | 0 Yes | 0 No |
What to do to select element having a particular class (".selected")? : jquery mobile
What is parent() in jquery?
How We Can Write Code Specific To Browser In Jquery?
What is event.PreventDefault in jQuery?
Different ways of using $.connect function in jquery?
What is meant by a deep copy? : jQuery Mobile
What's next on the hitlist with jquery ui?
Can you please explain the difference between .js and .min.js? : jquery mobile
What are the guidelines for an application to follow the principles of progressive enhancement.
Explain event.preventdefault? : jquery mobile
What is wrong with this code line "$('#myid.3').text('blah blah!!!');"
What is chaining in jQuery?