Jquery broken by GetResponse (email marketing) web form script

Posted by Jacob on Stack Overflow See other posts from Stack Overflow or by Jacob
Published on 2009-10-23T14:29:04Z Indexed on 2010/04/06 16:43 UTC
Read the original article Hit count: 354

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about JavaScript