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 do I check if an element is hidden in jQuery?
How we can get the input value of an element using jquery?
What is each() function in jQuery? How do you use it?
Why should I use jquery?
Explain the advantages of jquery?
How can we apply css in div using jquery?
What's next on the hitlist with jquery ui?
Explain the basic need to start with jquery? : jquery mobile
Difference between javascript and jquery?
How to check data type of any variable in jquery? : jquery mobile
What are the two types of CDNs?
Which one is more efficient, document.getElementbyId( "myId") or $("#myId)?