May 2017
Intermediate to advanced
448 pages
10h 10m
English
The resulting set of elements from jQuery's selectors and methods is always represented by a jQuery object. These objects are very easy to work with when we want to actually do something with the things that we find on a page. We can easily bind events to these objects and add visual effects to them, as well as chain multiple modifications or effects together.
In order to create a new jQuery object, we use the $() function. ...
Read now
Unlock full access