Ben Wise
Member since Sep 22, 2010
- Profile: /members/6921-ben-wise.htm
- Comments: 1
Recent Blog Comments By Ben Wise
-
Ask Ben: Overriding Core jQuery Methods
Posted on Sep 22, 2010 at 11:47 PM
I tried to override the inArray method using the above example without success. alert(jQuery.fn.inArray) was [undefined] but alert(jQuery.fn.html) returned the function source for the html method. I'm not sure what I'm missing here...... read more »