如何在管理员的wp插件中添加jQuery FullCalendar

时间:2015-07-07 作者:Hassan ALi

wp_register_script(\'moment\', plugin_dir_url( __FILE__ )."js/moment.min.js", false, null, true);       
wp_register_script(\'fullcalendar\', plugin_dir_url( __FILE__ )."js/fullcalendar.min.js", false, null, true);
        wp_enqueue_script(\'moment\');
        wp_enqueue_script(\'fullcalendar\');

        wp_register_style(\'fullcalendarcss\', \'http://cdnjs.cloudflare.com/ajax/libs/fullcalendar/2.2.3/fullcalendar.min.css\');
        wp_register_style(\'fullcalendarprintcss\', \'http://cdnjs.cloudflare.com/ajax/libs/fullcalendar/2.2.3/fullcalendar.print.css\');
        wp_enqueue_style( \'fullcalendarcss\');
        wp_enqueue_style( \'fullcalendarprintcss\');
这些文件是我在插件中注册的。这是我的插件页面代码。

jQuery(document).ready(function($) {    



          var calendar = jQuery(\'#calendar\').fullCalendar({
            editable: true,
            header: {
             left: \'prev,next today\',
             center: \'title\',
             right: \'month,agendaWeek,agendaDay\'
            }

    }); 


  });
现在我没有收到任何错误,也没有在我的页面上获取日历。

2 个回复
SO网友:user76153
jQuery(document).ready(function($) {    

    var calendar = jQuery(\'#calendar\').fullCalendar({
        editable: true,
        header: {
         left: \'prev,next today\',
         center: \'title\',
         right: \'month,agendaWeek,agendaDay\'
        }

    }); 

});

Now i am not gett

SO网友:Ajay Malhotra
结束

相关推荐

发送至编辑者和jQuery.attr()与多个自定义上传图像元框冲突

我已经将两个自定义元框添加到自定义帖子类型中。一个是上载要存储在“headshot”的自定义字段值中的图像,另一个是上载要存储在“column headshot”的自定义字段值中的图像。这是一个新闻网站。两者都将在“添加媒体”窗格中选择的图像的URL发送到隐藏字段,然后通过正常过程将其发布到自定义字段。但是,我还希望在保存或发布帖子之前预览所选的图像,因此我让jQuery更新图像的src属性,该属性位于div中,一旦在“添加媒体”窗格中选择了图像,就会显示该div。问题是,在第一个“正常头像”框中,当选择