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 |
Explain some benefits of jquery knockout?
Is jquery library used for server scripting or client scripting?
How can events be prevented from stopping to work after an ajax request?
How can jquery library be added to pages? Write a basic jquery code?
How to load jQuery from CDN?
Tell me how to write browser specific code using jquery? : jquery mobile
What is the use jQuery.data method?
Explain animate function in jquery?
How to resolve conflicts with other libraries?
What is a use of jquery filter?
Explain chaining in jquery? : jquery mobile
Can we have multiple document.ready() function on the same page?