Hi,
I'd like to know an elegant and efficient way to wrap jQuery objects..
Before jQuery, I would wrap DOM elements with additional inherited
methods (like
http://www.codeproject.com/KB/scripting/MiniRacer.aspx)..I know about extend but I need to be able to assign methods to only
certain classes of elements, not all jQuery objects..
Can anyone point me in the right direction?
Thanks..