Instead of using the .addMethod() function jquery.validate offers, I'm planning to just add another method inside the jquery.validate.js itself since I'll be using my custom method for all of the forms I need. Should I proceed on editing the plugin itself? Or is there any other way I can invoke the .addMethod() without calling it redundantly on all my pages?
Hope to get your responses. :)