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 method can be called inside code behind using jQuery?
Define all the ways to include jquery in a page?
Can there be more than one ready function in jquery?
How to select all elements using jQuery?
Explain jquery $.ajax() method?
What is the minimum setup needed to start using jquery.
Define slidetoggle() effect?
JQuery or JavaScript which is quicker in execution?
Define each() function in jquery?
Tell me what does $("div") will select? : jquery mobile
Where jquery mobile works? : jquery mobile
How to set jquery mobile responsive table width to 100% width despite css styles? : jquery mobile
What is the difference between onload() and document.ready() function used in jquery?
What is the difference between jquery and javascript?
Explain various methods to make ajax request in jquery? : jquery mobile