December 2013
Intermediate to advanced
336 pages
9h 49m
English
CHAPTER 3
![]()
ASP.NET Controls and jQuery Selectors
To perform operations such as event handling, changing CSS properties, or getting or setting the element content of any DOM element, you first need to get that element. In situations where only one element is involved, things are quite easy because JavaScript and the HTML DOM allow you to access elements by their IDs. However, life is not always that simple. Often you need to select elements from a web page based on some complex criteria.
That is where jQuery selectors come into the picture. jQuery selectors are the jQuery constructs that allow you to select DOM elements based on variety of criteria. ...
Read now
Unlock full access