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(); –