Use your own functions chained with jQuery ones
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