Use your own functions chained with jQuery ones

published Aug 07, 2013 01:15   by admin ( last modified Aug 07, 2013 01:15 )

Untested by me at this point in time;

 

jQuery Combinators adds five very useful methods to every jQuery selection: tap, into, select, ergo and when. These allow you to use your own functions as if they were built-in jQuery methods, which makes your code cleaner and more "jQuery-like."


Read more: Link - jQuery Combinators by raganwald