August 2013
Intermediate to advanced
312 pages
10h 4m
English
This chapter covers
The collection plugins from the previous chapter worked by operating on a set of elements retrieved from the page via a selection and/or traversal process, but you can also create plugins that don’t apply to such collections but provide utility functions within the jQuery framework. These are function plugins.
Examples of this type of plugin include the Debug plugin (http://jquery.glyphix.com/), which provides logging output for debugging purposes, and the Cookie plugin, which provides interactions with the cookies for a website (covered in detail in section 6.2). As with the earlier ...
Read now
Unlock full access