我安装了库jscrollpane,它工作正常,但我需要在frontpage模板中的#内容中禁用它//
jQuery.noConflict();
jQuery(document).ready(function($) { //tells WP to recognize the $ variable
//paste your jquery code here
$(\'#content\').jScrollPane();
}); //end document ready functions
/* ]]> */
</script>
http://www.integritycorp.org/study/
我只想在frontpage中禁用,但正在处理主题的其余部分谢谢