Thank you for the plugin!
On this site there are AJAX loaded wpcf7 forms.
The only way to make them "alive" is to load scripts.js again because it contains an anonymous function: $(function()
Please make is a NAMED function like
$.fn.wpcf7Init = function() {
Thank you ver much!