• .addClass()
    • $( target ).addClass( '.class' );
  • .click()
    • $( target ).click( function() );
    • $( "#target" ).click();
      • (Activate .click() on an element)
  • .dblclick()
  • .detach()
    • The .detach() method is the same as .remove(), except that .detach() keeps all jQuery data associated with the removed elements. This method is useful when removed elements are to be reinserted into the DOM at a later time.
  • .empty()
    • Remove all child nodes of the set of matched elements from the DOM.
  • .hide()
    • $( target ).hide( );
  • .mousedown()
  • .noConflict()
  • .on()
  • .one()
  • .off()
  • .removeClass()
  • .show()
    • $( target ).show( );
  • .toggle()
  • .toggleClass()

results matching ""

    No results matching ""