david j.
Member since May 18, 2010
- Profile: /members/6052-david-j.htm
- Comments: 1
Recent Blog Comments By david j.
-
Ask Ben: Overriding Core jQuery Methods
Posted on May 18, 2010 at 9:09 AM
Hi Ben, Thanks for this simple tips. One more suggestion, when calling a parent function, always add a return to it: return originalHideMethod.apply( this, arguments ); Otherwise, this break the jQuery chain. Doing something like: $('#foo').hide().remove(); break after the hide...... read more »