In this JQuery training class attendees learn to how to use the freely available jQuery UI library to develop compelling user interfaces for their Web sites and applications. Attendees with learn how to use jQuery UI's extended set of animation effects, how to create and configure instances of jQuery UI interaction helpers, how to implement jQuery UI interface components like Datepickers and Accordions, and how to develop plugins that extend jQuery UI's capabilities.
This jQuery course has been updated for updated for jQuery UI version 1.8.
Each student in our Live Online and our Onsite classes receives a comprehensive set of materials, including course notes and all the class examples.
Experience in the following areas is required:
Courses that can help you meet these prerequisites:
Our computer technical requirements and setup process is easy, with support just a click away.

Posted on Jun 06, 2011 by Nat Dunn
I know there are a lot out there already, but we built a simple regular expression tester for use in our Intro to PHP class and Advanced JavaScript class. ...
Posted on Mar 11, 2011 by Nat Dunn
Testing on old versions of Internet Explorer can be a pain. I have used IE Tester a lot and it used to do a pretty good job, but lately it has been having ...
Posted on Mar 03, 2011 by Nat Dunn
In JavaScript, division by zero does not cause an error. Instead, it evaluates to Infinity, which is a reserved word (note the capital “I”). ...
Posted on Mar 02, 2011 by Nat Dunn
The readyState holds the current state of an XMLHttpRequest object. It is generally used to see if the requested content has been received. According to ...
Posted on Feb 04, 2011 by Nat Dunn
A lot of support forms ask users what browser and operating system they’re using as this can be useful information for debugging the problem. But ...