Javascript
Following are the common and most used jquery methods – $(this) – it will select the current element. $(“div.content”) – it will select elements with class=”content” $(div).hide(); –
Read More Javascript
Jquery is light weight, fast and feature rich client side java script library used to do Dom manipulation, UI styling, and Ajax interaction etc. Its built on JavaScript
Read More