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 |
How to concatenate two strings using jquery?
Explain the features of jquery mobile? : jquery mobile
Which is the latest version of jQuery library?
How to increase cursor size in html body using jquery?
How to create clone of any object using jQuery?
What is difference between .setinterval() and .delay() ?
How to use jquery.connect?
What does dollar sign ($) me in jquery?
What is the use of clone method in jQuery?
How can I select 20th div with jquery?
What methods used to provide effects?
Is jQuery replacement of Java Script?