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 can we apply css in div using jquery?
How can we apply css in even childs of parent node using jquery library?
Why content injected into a page is not enhanced? : jquery mobile
In what situation you would use multiple version of jQuery and how would you include them?
What is serialize() in jquery?
What is jquery mobile theming? : jquery mobile
Explain cdn in jquery?
Explain the difference between parent() and parents() methods in jquery? : jquery mobile
What's next on the hitlist with jquery ui?
Can we use jQuery to make ajax request?
Difference between detach and remove? : jQuery Mobile
What is the difference between $(window).load and $(document).ready function in jquery?