download the application please visit www.mrbool.com/player
Title: Introduction to jQuery -Traversing
Description: In this video, I am going to wrap up the discussion of utilities by talking about the reverse and the merge utilities, which will reverse the contents of the array and merge two arrays respectively. Then, we will discuss traversing page elements and applying some styles to them. We will start the discussion bby using filters, then we will explore 'is' and 'not'.
Methodology: Using jQuery library.
Technologies: JavaScript, HTML, jQuery
Examples constructed: We create a page that contains a list of divs. Then, we use filter, is, not and each to manipulate those divs and apply different styles to them.
Keywords: jQuery, JavaScript, div, $(document).ready(), function, click, hasClass, animate, filter, each, is, not, contains, and opacity.