• jQuery Training Course

    Total Classes Required: 24
    Normal Duration: 2 month (3days a week)
    Eligibility: B.E/B.Tech, MCA, B.Sc-IT ( prior programming experience is expected )
    Prerequisites 1: HTML/CSS
    Prerequisites 2: JavaScript

    jQuery Training Objectives

    jQuery is a free, open source software JavaScript library designed to simplify the JavaScript works of web pages with inbuilt cross – browser support. jQuery is the most popular JavaScript library in use today and about 45% of websites use this technology for feature rich client side user experience.

    This course will set students familiar with jQuery’s syntax and makes them comfortable to navigate a document, select DOM elements, creating animations effects, events handling, and developing Ajax applications.

    jQuery also provides the capabilities for developers to create plug-ins on top of the JavaScript library. This enables developers to create abstractions for low-level interaction and animation, advanced effects and high-level, theme-able widgets. The modular approach to the jQuery framework allows the creation of powerful and dynamic web pages and web applications.

    This course will discuss in depth with following jQuery features:

    • DOM element selections, traversal and modification
    • Events handling
    • CSS manipulation
    • Effects and animations
    • Ajax frameworks
    • Extensibility through plug-ins
    • Utilities – such as browser version and the each function.
    • Introduction to jQuery UI
    • Cross-browser support

    jQuery Training Course Outline

    Introduction to jQuery

    • What is jQuery?
    • Downloading and installing jQuery
    • Proper way of jQuery initialization
    • Creating a simple jQuery-enabled page
    • Overview of jQuery’s features

    Retrieving Page Content

    • Overview of selectors and filters
    • Using basic jQuery selectors
    • Using basic jQuery filters
    • Using jQuery attribute filters
    • Child, visibility, and content filters
    • Form selectors and filters
    • Traversing documents
    • Understanding jQuery statement chaining
    • Manipulating Page Content
    • Creating, getting, and setting content
    • Manipulating attributes
    • Inserting content
    • Wrapping, replacing, and removing content
    • Working with CSS

    jQuery Events

    • Understanding the jQuery event handling features
    • Binding and unbinding events
    • Convenient event helper methods
    • Using the jQuery event object
    • Using miscellaneous event features

    jQuery basic Animations and Effects

    • Hiding and showing elements
    • Fading elements in and out
    • Sliding elements

    jQuery Advance topics

    • Understanding the Ajax framework
    • Implementing Ajax content loading
    • Introduction to jQuery UI
    • Exploring the jQuery UI common features
    • Project