我是在吸快克烟还是这不管用?:/这一切似乎都很简单:
function admin_head()
{
?>
<link type="text/css" rel="stylesheet" href="<?php bloginfo(\'template_url\'); ?>/css/jquery-ui-1.8.9.custom.css" />
<script type="text/javascript" src="<?php bloginfo(\'template_url\'); ?>/js/jquery-ui-1.8.9.custom.min.js"></script>
<script type="text/javascript" src="<?php bloginfo(\'template_url\'); ?>/js/theme-admin.js"></script>
<?php
}
add_action(\'admin_head\', "admin_head");
然后在主题管理中。js。。。
jQuery(document).ready(function($)
{
$("#datepicker").datepicker({
changeMonth: true,
changeYear: true, dateFormat: \'dd/mm/yy\', showOn: \'button\', buttonImage: plugin_path + \'/images/icon-datepicker.png\', buttonImageOnly: true});
});
感谢您提供的任何见解:)干杯