Tag Archives: jQuery

Override Core jQuery Methods

A recent conversation with some developers brought up a question I’d never contemplated before: Can jQuery core methods be overridden? Well, in short: Easily, yes! From perusing the web, it looks like there are several approaches to doing this. Below is an example I wrote up quickly, to test out the concept.