Creating a Custom jQuery Selector
This isn't a new topic, but I had the need to create a custom jQuery selector today, so I thought I'd share. Whether you are a jQuery newbie or seasoned pro, you know that jQuery has very powerful selectors. In addition to the class and id selectors, there are over 30 selection expressions that use the colon syntax (:first, :even, :hidden, :input, etc.). If one of the existing selectors doesn't fit your needs, jQuery provides you the flexibility to create your own!















