I want to create a global .js file containing JQuery functions common to a set of tasks in any Asp .net web forms. For example, I want to create one file that contains functions related to Forms in my project. This file will contain JQuery functions to Validate Date, range validate, email validate, custom validate, alpha numeric checks, alphabhet lenght checking.
I also want the ability to pass control name to a function as parameter to reuse code.