Martin
Member since Nov 25, 2011
- Profile: /members/9302-martin.htm
- Comments: 2
Recent Blog Comments By Martin
-
Ask Ben: Overriding Core jQuery Methods
Posted on Nov 25, 2011 at 1:12 PM
You should add "return" to your remove() override example. I just found a piece of code which was built using remove() override, and it messed up jQuery UI animations - elements just disappeared. I changed the code to the following: return originalRemoveMethod.apply(this, arguments); an... read more »