AdhithNov. 15, 2019
In JavaScript, you often need to write several lines of code to select an element in an HTML document. But with jQuery robust selector mechanism you can traverse the DOM tree and select elements in an easy and efficient manner to perform any manipulation. Jquery is also present in different versions.
Following are the important features of jQuery:
One of the main advantage of jQuery 3.0 is that :
You can define the function
//code $(function(){ });
Instead of older versions
// code $(document).ready(function(){ });
Only a technically updated company can clearly explains about jQuery and its different version.
0