jQuery Overloading / Replace Methods
Rather then editing a core plugin file (jquery.validate.js) to hack one method, I was wondering if someone could explain the proper approach to overloading methods in jQuery when it comes to extensions / plugins?
Thanks!