[Plugin: Contact Form 7] jQuery Version & placement
-
Hi there,
i got CF7 Version 3.0.1 working nicely with WP 3.2.1, see here: http://bit.ly/rXbVP3
the problem i got now is, that i use jQuery Cycle which uses jQuery 1.6.4 and CF7 injects jQuery 1.6.1 in the header. i would like to use only 1 version of jQuery.
the odd thing is, that if i deregister jQuery for CF7 in functions.php:
add_action( 'wp_print_scripts', 'deregister_cf7_javascript', 100 ); function deregister_cf7_javascript() { wp_deregister_script( 'contact-form-7' ); }and call the same jQuery script-reference in header.php, the Ajax validation doesn’t work anymore. it also won’t work with jQuery 1.6.4
does anyone know how to make CF7 work with jQuery 1.6.4 and/or why does the same call to jQuery (either in header.php or injected by CF7) make or break the Ajax validation?
thanks a lot, cheers, jan
The topic ‘[Plugin: Contact Form 7] jQuery Version & placement’ is closed to new replies.