CHAPTER 6

image

Traversal and Other Useful Methods

While working with DOM using jQuery, you often need to travel through a set of elements. There are different types of traversals, including traversing various child nodes of a given parent element and iterating though a set of DOM elements. jQuery offers a rich set of methods to accomplish this task. To that end, this chapter covers these methods in detail. Additionally, this chapter covers some miscellaneous techniques such as data storage, searching, and filtering DOM elements. Finally, this chapter also discusses some handy utility methods that simplify your coding. Specifically, the chapter covers ...

Get Beginning jQuery 2 for ASP.NET Developers: Using jQuery 2 with ASP.NET Web Forms and ASP.NET MVC now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.