Hey all... I have trolled the net looking for ways to overcome this situation, however still cannot come up with the solution.
I have a heavily jqueried WP theme that I am using for a travel company client. Not being a jquery god, I decided rather than mess with conflicting code, I would create iframes for each 'form' that my client allows people to fill out, one for southern departures, one for flights, one for charters, and one for last minute.
Each of the forms are spawned via xml, jquery and mysql calls. Each form uses the latest jquery library, and a custom jquery script. Some of the script overlaps, and some does not, for each form, therefore I have called each script its own name to keep from causing too much confusion. So now each page (which will be iframed in) have their own call to a singular jquery library location, a call to their own script, and the rest of the code. I take those pages and put them together in iframes into a test page, and they work within acceptable parameters, in IE, FF, and Chrome. However when I iframe them into the template, they break, and only in FF. I constantly get '$ not defined' errors popping up.
I have communicated with the theme company, and they say that its not their issue, that some of my jquery is not getting processed.
I am at a loss here, and I need to get this project complete. Any assistance would be greatly appreciated. Im sure you require more info, just let me know what it is, and I will gladly supply it.