此插件是loading quite a lot of scripts:
wp_enqueue_script( \'jquery\' );
wp_enqueue_script( \'jquery-form\' );
wp_enqueue_script( \'date\', \'/\' . PLUGINDIR . \'/\' . $plugin_dir . \'/js/date.js\', array(\'jquery\') );
wp_enqueue_script( \'bgiframe\', \'/\' . PLUGINDIR . \'/\' . $plugin_dir . \'/js/jquery.bgiframe.js\', array(\'jquery\') ) ;
wp_enqueue_script( \'datePicker\', \'/\' . PLUGINDIR . \'/\' . $plugin_dir . \'/js/jquery.datePicker.js\', array(\'jquery\') );
wp_enqueue_script( \'textarearesizer\', \'/\' . PLUGINDIR . \'/\' . $plugin_dir . \'/js/jquery.textarearesizer.js\', array(\'jquery\') );
if( strstr($_SERVER[\'REQUEST_URI\'], \'wp-admin/post-new.php\') || strstr($_SERVER[\'REQUEST_URI\'], \'wp-admin/post.php\') || strstr($_SERVER[\'REQUEST_URI\'], \'wp-admin/page-new.php\') || strstr($_SERVER[\'REQUEST_URI\'], \'wp-admin/page.php\') || $post->post_type==\'page\' ) :
wp_enqueue_script( \'editor\' );
endif;
可能有冲突。
您确定问题是从WordPress 3.1.1开始的,而不是从3.1开始的吗?3.1中的jQuery版本升级了;我不知道3.1.1中有任何脚本版本的更改,但我可能错了。