5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

Collections     Developer Collection     Scripting and Web Languages     jQuery
jQuery has a wide variety of features and options to tailor your pages to your requirements. This course introduces learners to options available when working with elements, such as modifying elements, cloning elements, and wrapping elements. This course also covers options when working with events, such as capturing events, changing events, and submitting events. Finally, this course provides a how-to for using the datepicker and mouse options in jQuery.

Objectives

Working with Elements

  • start the course
  • add content to an element
  • modify element style properties
  • find an element's position
  • overwrite contents of an element
  • insert content into a document
  • replace elements on a page
  • clone elements
  • remove elements from a document
  • get values from elements
  • wrap elements
  • unwrap elements
  • set values of form elements
  • hide elements

Working with Events

  • add event handlers
  • remove event handlers
  • capture keyboard events
  • delegate event handlers
  • use click events
  • use change events
  • use submit events

Using Datepicker

  • use the datepicker feature
  • use datepicker to disable specific dates
  • use datepicker to highlight specific dates

Mouse Options

  • use mouseover
  • use mouse double-click
  • use mouse focus out
  • use mouse down and up