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 to check/uncheck an input in jquery?
Explain the difference between onload() and document.ready() function used in jquery?
How to revert the most recent ‘destructive’ operation, changing the set of matched elements to its previous state using ?
Which one is more efficient, document.getelementbyid( "idname") or $("#idname)?
How is body onload() function is different from document.ready() function used in jquery?
What is the difference between prop and attr?
What is the difference between the knockout and jquery?
What is chaining in jQuery?
Explain the difference between javascript and jquery? : jquery mobile
What are all the ways to include jQuery in a page?
Jquery can be used in what scenarios?
Tell me what are the slow selectors in jquery? : jquery mobile