【发布时间】:2012-02-24 21:03:26
【问题描述】:
我在让 jQuery UI 的滑块在我的 Wordpress 主题上工作时遇到问题。
我已将脚本排入队列仍然没有成功。我做错了什么?
wp_deregister_script('jquery');
wp_register_script('jquery', get_template_directory_uri().'/library/js/jquery-1.6.4.min.js', false);
wp_register_script('jquery_ui', get_template_directory_uri().'/library/js/jquery-ui.js', array('jquery-ui-core'),'1.7.3');
wp_enqueue_style('jquery-ui', get_template_directory_uri().'/library/css/jquery-ui.css');
wp_enqueue_script('jquery');
wp_enqueue_script('jquery_ui');
【问题讨论】: