Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/date/2.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
Jquery date.js与keith wood日历选择器冲突_Jquery_Date_Calendar_Jqwidget - Fatal编程技术网

Jquery date.js与keith wood日历选择器冲突

Jquery date.js与keith wood日历选择器冲突,jquery,date,calendar,jqwidget,Jquery,Date,Calendar,Jqwidget,我有一个应用程序,我正在尝试为不同的日历实现keith wood calendar picker,并且在我的应用程序中添加了date.js。问题是date.js和keith wood在同一个文件中由于某种原因无法工作 这是代码 $(文档).ready(函数(){ //创建jqxInput $(“#输入”).jqxInput({ 占位符:“输入一个国家”, 身高:23, 宽度:350, 最小长度:1 }); 如果(主题==“黑色”| |主题==“深蓝色”| |主题==“黑色”){ $(“img”

我有一个应用程序,我正在尝试为不同的日历实现
keith wood calendar picker
,并且在我的应用程序中添加了
date.js
。问题是date.js和keith wood在同一个文件中由于某种原因无法工作

这是代码

$(文档).ready(函数(){
//创建jqxInput
$(“#输入”).jqxInput({
占位符:“输入一个国家”,
身高:23,
宽度:350,
最小长度:1
});
如果(主题==“黑色”| |主题==“深蓝色”| |主题==“黑色”){
$(“img”)[0].src=“../../images/search\u white\u lg.png”
}
$(“#输入2”).calendarsPicker({
showTrigger:“#搜索”,
showOtherMonths:是的,
选择OtherMonths:true,
日历:$.calendars.instance('islamic','fa'),
渲染器:$.extend({},$.calendarsPicker.defaultRenderer{
选择器:$.calendarsPicker.defaultRenderer.picker。
替换(/\{link:clear\}/,'')。
替换(/\{link:close\}/,“”),
otherMonthClass:“其他月份的课程”
})
});
});

此示例演示了如何在jqxInput之后添加按钮。相同的方法可用于在jqxInput之前、之后或两侧添加内容。

您找到解决方案了吗?我也面临同样的问题。