Hi,
My webpage with diffrent sites should just load one .js file for cache optimizing. The problem comes up, when the file is loaded. It applies the listener on every page to the form elements (for example) so, just the last page's form acts like it should, the others does not cause their actions were overwritten.
So my question, how can I say the script that it schould apply just the for this site importent listeners.
I am using the jQuery framework.