By mswatcher
via professionalaspnet.com
Published: Jul 29 2010 / 17:13
One of the great features of jQuery extensibility is the ability to create custom selectors. This is how the jQuery Sizzle selector engine is able to extend the core CSS selector rules to allow some pretty slick, tight selectors. For example ‘:text’ can be used to return an array of all input with a type=text and textarea elements. If you review the list of jQuery selectors you will see many many more built into the core library.
Tweet
SaveShareSend
Tags: .net, javascript, web design



Add your comment