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
How to add a class to html element?
What is the jQuery code to select all links inside the paragraph?
What are selectors in jquery? : jQuery Mobile
Name 3 available jquery plugins that bootstrap has in their query plugin library.
Can you use any other name in place of $ (dollar sign) in jQuery?
Can you please explain the difference between prop and attr? : jquery mobile
How can jquery library be added to pages?
How To Use Ajax In Jquery?
What is jquery toggle function?
Why use jQuery filter() Methods?
What are the advantages of using cdn?
How to give face effect in jquery?
How can jquery be used in conjunction with another javascript library that also uses $ for naming?
Is jQuery is a replacement of JavaScript?
How to add and remove css classes to an element using ?