Functions list:

Functions


  • Selector - Select HTML elements like CSS selector
  • .addClass - Add new class to element
  • .ajax - Retrieve data asynchronously in the background
  • .append - Append data to element
  • .attr - Get/Set attributes value
  • .click - Add click event to element
  • .css - Get/Set css properties values
  • .draggable - Make element draggable (HTML5)
  • .dropBox - Making an element receiver for draggable elements (HTML5)
  • .each - a for each like loop for elements
  • .fadeIn - Show element with fading in effect
  • .fadeOut - Hide element with fading out effect
  • .find - Secondary element selector
  • .hide - Hide element
  • .hover - Add mouse over and mouse out events to element
  • .html - Get/Set HTML content of element
  • .parent - Get parent element(s) of selected element(s)
  • .removeAttr - Remove element attribute
  • .removeClass - Remove an existing class of element
  • .show - Show element