What are source maps in jQuery?



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

Post New Answer

More jQuery Interview Questions

Does events are also copied when you clone any element in jQuery?

1 Answers  


Tell me how to select combobox select value and text using jquery?

0 Answers  


Tell me an example usage of jquery mobile? : jquery mobile

0 Answers  


How you will use jquery means requirement needed for using jquery.

0 Answers  


What is the difference between $.map and $.grep in jQuery?

0 Answers  


Explain remove class jquery with example?

0 Answers  


What is the between $(this) and 'this' in jquery?

0 Answers  


What is the difference between onload() and document.ready() function used in jquery?

0 Answers  


How to set jquery mobile responsive table width to 100% width despite css styles? : jquery mobile

0 Answers  


Difference Between Prop and Attr in jQuery?

0 Answers  


What are selectors in jQuery and how many types of selectors are there?

1 Answers  


How do you install/use jquery in a project.

0 Answers  


Categories