Community

Using Self-Executing Function Arguments To Override Core jQuery Methods

(Ben Nadel) Overriding jQuery methods (or any function for that matter) is a relatively straight forward process. All you have to do is get a reference to the old method (if you need to keep it) and then override the object key (method name) using your new function. A while back, however, I was read

Read More - Register for Free Membership