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 |
List the advantages of jquery?
What is the difference between the knockout and jquery?
What is the purpose of fadetoggle() method in jquery?
What happen if you return false from a jQuery event handler?
How can we add change font size using jquery?
Is jquery a library for client scripting or server scripting? : jquery mobile
How we can apply css in multiple selectors in jquery?
Does events are also copied when you clone any element in jQuery?
How to use jquery library in our asp.net project?
Define the script build up by jquery?
Which selector has better performance id or class and why?
In what situation you would use multiple version of jQuery and how would you include them?