Introduction to jQuery.
  • Introduction to jQuery.
  • Introduction to instructor.
  • Let's include jQuery in our web page.
Understanding SELECTORS in jQuery.
  • The ELEMENT selector in jQuery.
  • The ID selector in jQuery.
  • The CLASS selector in jQuery.
  • Selecting ALL Elements.
  • Selecting the CURRENT element in jQuery.
  • Selecting the paragraph element in jQuery.
  • Selecting the FIRST PARAGRAPH element in jQuery.
  • Selecting first LIST ITEM from group of unordered list.
  • Selecting list items differently.
  • Selecting href attribute.
  • Selecting the BUTTON elements.
  • Selecting elements from tables in even and odd fashion.
Applying EVENTS in jQuery.
  • Introduction to events .
  • The CLICK event in jQuery.
  • CLICK event can be used in different ways.
  • The DOUBLE CLICK event in jQuery.
  • The BIND event in jQuery.
  • The BLUR event in jQuery.
  • The FOCUS event in jQuery.
  • Let's use the FOCUS event differently.
  • FOCUS event used with disable method.
  • The SELECT event in jQuery.
  • The CHANGE event in jQuery.
  • Using CHANGE event with multiple data.
  • The SUBMIT event in jQuery.
  • The KEYDOWN event in jQuery
  • The KEYPRESS event in jQuery.
  • The MOUSEENTER event in jQuery.
  • MOUSEENTER event can be used as a highlighter.
  • The MOUSELEAVE event in jQuery.
  • The HOVER event in jQuery.
  • Applying HOVER event with different effects.
  • The MOUSEDOWN event in jQuery.
  • The MOUSEDOWN event can be used differently.
  • The MOUSEUP event in jQuery.
  • The MOUSEOVER event in jQuery.
  • Adding css to Mouseover event.
  • The MOUSEOUT event in jQuery.
  • The LOAD event in jQuery.
  • The UNLOAD event in jQuery.
  • The DELEGATE event in jQuery.
  • The ON event in jQuery.
Applying EFFECTS in jQuery.
  • Introduction to effects in jQuery.
  • The HIDE effect in jQuery.
Introduction to jQuery User Interface (UI).
  • Conceptual understanding of User Interface
  • Introduction to jQuery UI.
  • Understanding the features of jQuery UI.
Using the concept of DRAGGABLE in jQuery UI.
  • Discussion on draggable options with default functionality.
  • Understanding options - Part 1.
  • The advance helper option in draggable.
  • Understanding the position of cursor in draggable.
  • Discussion on actions used in draggable.
Using DROPPABLE in jQuery UI.
  • Discussion on droppable options with default functionality.
  • Understanding options for droppable - Part 1
  • Understanding options for droppable - Part 2.
  • Understanding the concept of classes in droppable.
  • Discussion on droppable actions with the disable functionality.
  • Understanding events in droppable method.
RESIZABLE functionality in jQuery UI.
  • Introduction to the resizable with default functionality.
  • Using advance options of resizable - Part 1.
  • Understanding options for resizable - Part 2
  • Understanding options for resizable - Part 3
  • Discussion on actions used in resizable with functionality.
SELECTABLES in jQuery UI.
  • Introduction to selectables with default functionality.
  • Using options of selectables Part-1
  • Understanding different actions in selectables.
  • Working with the index in selectables.
SORTABLES in jQuery Ui.
  • Introduction to sortables with default functionality.
  • Using options in sortables Part-1.
  • Understanding options in sortables Part-2.
  • Using advance options in sortable Part-3.
  • Introduction to the actions used in sortables.
  • Use of events in sortable method.
Applying ACCORDION in jQuery UI.
  • Introduction to accordion with default functionality.
  • Understanding different actions used in accordion.
Applying AUTOCOMPLETE in jQuery UI.
  • Introduction to autocomplete with default functionality.
  • Understanding options in autocomplete Part-1.
  • Using options in autocomplete Part-2.
  • Understanding options Part-3.
Using BUTTONS in jQuery UI.
  • Introduction to the buttons with default functionality.
  • Using options in buttons Part-1.
  • Introduction to actions used in buttons.
Using DATEPICKER in jQuery UI.
  • Introduction to datepicker with default functionality.