rgrove / jquery-yui3-rosetta-stone

A guide to idioms in YUI 3 and jQuery.
BSD 3-Clause "New" or "Revised" License
65 stars 20 forks source link

Added element/node match selector method #31

Closed homeslicesolutions-zz closed 10 years ago

homeslicesolutions-zz commented 10 years ago

jQuery's .is() is similar to YUI's node's .test(). Just wanted to add this to the list.

rgrove commented 10 years ago

Thanks!