Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/flash/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/asp.net-mvc-3/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Calendar 获取zabuto_日历选项_Calendar - Fatal编程技术网

Calendar 获取zabuto_日历选项

Calendar 获取zabuto_日历选项,calendar,Calendar,我使用pluginzabuto_日历() $(“#日历”).zabuto#u日历({ 语言:“ru”, 上一个:对, 下一个秀:真的, cell_border:对, 今天:是的, 秀天:真的, 周开始:1, 导航图标:{ 上一页:'', 下一步:“” }, 阿贾克斯:{ url:“/cabinet/info/show\u calendar\u data.php”, 莫代尔:对 } }); 当选择输入更改时,需要更新日历。我必须在ajaxSettings.url中添加新的GET参数“catego

我使用pluginzabuto_日历()

$(“#日历”).zabuto#u日历({
语言:“ru”,
上一个:对,
下一个秀:真的,
cell_border:对,
今天:是的,
秀天:真的,
周开始:1,
导航图标:{
上一页:'',
下一步:“”
},
阿贾克斯:{
url:“/cabinet/info/show\u calendar\u data.php”,
莫代尔:对
}
});
当选择输入更改时,需要更新日历。我必须在
ajaxSettings.url
中添加新的GET参数“category”,即选择输入的值

如何获取
$(“#日历”)
选项

$("#calendar").zabuto_calendar({
    language: "ru",
    show_previous: true,
    show_next: true,
    cell_border: true,
    today: true,
    show_days: true,
    weekstartson: 1,
    nav_icon: {
        prev: '<i class="fa fa-chevron-circle-left"></i>',
        next: '<i class="fa fa-chevron-circle-right"></i>'
    },
    ajax: {
        url: "/cabinet/info/show_calendar_data.php",
        modal: true
    }
});