如何解决 jQuery UI 和 TableGear 冲突?
我在我的网站中使用 Tablegear 和 jQuery UI 的日期选择器,不知怎的,只有我首先声明的一个是在职的。我不确定,但这可能是一个冲突问题,不是吗?
代码如下: http://jsfiddle.net/nc3Rs/
请注意,我添加了 TableGears1. 6-jQuery.js
作为资源。一旦我删除此资源,日期选择器就开始工作。
我该如何解决这个冲突?
I'm using Tablegear and jQuery UI's date picker in my site and somehow only the one I declare first is working. I'm not sure but it can be a conflict issue, can't be?
Here's the code: http://jsfiddle.net/nc3Rs/
Notice that I added the TableGears1.6-jQuery.js
as a resource. As soon as I remove this resource the date picker begins to work.
How can I solve this conflict?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我查看了此内容,发现如果从
TableGears1.6-jQuery.js
文件末尾删除下面显示的脚本位,则日期选择器脚本将再次开始工作:I looked at this and found that if you remove the bit of script shown below from the end of the
TableGears1.6-jQuery.js
file, the datepicker script will start working again: