Jquery broken by GetResponse (email marketing) web form script
- by Jacob
I'm working on a site that relies on quite a bit of javascript. The problem is, I'm not a javascript guru in the least. Yes, bit off more than I can chew, here.
I'm using jquery for a spy effect, and use GetResponse for email signups.
If I implement my GetResponse script, it breaks the area later in the page which depends on the jquery script. Pull the GetResponse script and it works just fine.
Problem is, I need them both. ;)
The trick, I suppose, is that the GetResponse script is actually another Jquery script, so it's getting called twice...
Any help?
The site is http://djubi.com/testserver
Check out (urlabove)/nogetresponsescript.php to see it work without the GetResponse script. You should be able to see all the source just fine.
Thanks everyone. jf