extending jquery on the main element object
Posted
by Blankman
on Stack Overflow
See other posts from Stack Overflow
or by Blankman
Published on 2009-02-05T14:27:10Z
Indexed on
2010/04/08
19:43 UTC
Read the original article
Hit count: 215
jQuery
I've seen some jquery code where people extend the main object like:
$('someId').myCustomObject();
Is this possible or am I mistaken? (if yes, how?)
© Stack Overflow or respective owner