Greedy jquery handlers for 'submit' type element

Hi,



I’m having issues installing interspire sign-up forms. The core.js is attaching handlers to the submit button without any sort of discrimination.



Ultimately this means that it is checking forms that are not CM forms, the element count is undefined and therefore the interspire specific javascript is failing to run because of the error.



I am going to start looking at the core.js now, but if anyone is around who knows off-hand whether there is a class I can use that will force the core form validation from handling a form, submit button, element, etc. I would greatly appreciate it.



I have tried adding a flag to the portion of the code that adds the handler but this creates more errors elsewhere.