What are jQuery Selectors? Explain them?
3717
17-Oct-2011
Anonymous User
17-Oct-2011A Selector identifies an HTML element tag that is used to manipulate with jQuery code.
Selectors allow page elements to be selected. $ is the symbol used for it. $ can also be called as jQuery selector. Selectors are the most important part of the jQuery , we can say that heart of jQuery.