Javascript Jquery basic most used selectors and methodsGK | July 29, 2014 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