Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between settimeout() and setinterval() methods?
What is queue() in jquery? Use of queue() in jquery?
How to use connect in jquery?
What is jQuery connect?
Tell me which program is useful for testing jquery?
Can you use any other name in place of $ (dollar sign) in jQuery?
What is meant by the term ‘theming’ in jquery mobile? : jQuery Mobile
Explain animate function in jquery?
How can you select all elements in a page using jquery?
Differentiate between width() vs css(‘width’) in jquery
How can you disable jquery animation?
How can you get the type of arguments passed to a function?
How do you get the attribute of an html tag in jquery?
What is difference between sorting string array and sorting numerical array in jquery?
How to disable/enable an element with jQuery?