create jquery functions in separate files
Hello:
I would like to have separate files for my jquery. I would like to create an object such as .billing() and when a user clicks the submit button on a form it calls .billing() on another file and it processes the information from the form.
Without writing an involved plugin; how do I do this? or how do I set up the separate file that it can be called from the main.php page?
Thanks,
shoeGirl