jquery plugin not responding
-
I am using the mailchimp plugin on my ajax driven website.
I include the signup form directly in my template with:
mailchimpSF_signup_form();I also see that in <head> the mailchimp.js is loaded.
But if I click on the “Signup” button in the form, the mailchimp.js is not executed. Strange is, that when I copy the whole code of mailchimp.js directly in a <script></script> tag in the template, the whole thing works.And something other: By the wp_head(); function the mailchimp plugin includes jquery (from includes/js/jquery/) into my head. Before I included jquery (1.10.2) on a static way (not state of the art), so I removed this one and hoped it will work properly, because jquery is included now by wp_head(); But with that version of jquery (1.10.2) fomr wordpress, jquery is not loaded, everything is undefined.
Thx for your feedback or help.
Thomas
The topic ‘jquery plugin not responding’ is closed to new replies.