我的项目正在使用mozilla firefox和谷歌浏览器,但在IE 11中存在问题

我的项目正在使用mozilla firefox和谷歌浏览器,但在IE 11中存在问题

问题描述:

虽然在IE11中添加它存储在数据库中,但是当我放入控制点

时会出现这样的错误





while adding in IE11 it is storing in databases but while i put in control point
it getting error like this


$('#slider .slides').jcarousel({
    scroll: 1,
    auto: 7,
    itemFirstInCallback : mycarousel_firstCallback,
    wrap: 'both',
    buttonNextHTML: null,
    buttonPrevHTML: null
});







Error: Object doesn't support property or method 'jcarousel'



我该怎么办?

这些值不会进入视图页面


what should I do?
the values are not coming in view page

' #slider .slides')。jcarousel( {
scroll: 1
auto: 7
itemFirstInCallback :mycarousel_firstCallback,
wrap:' both'
buttonNextHTML: null
buttonPrevHTML: null
});
('#slider .slides').jcarousel({ scroll: 1, auto: 7, itemFirstInCallback : mycarousel_firstCallback, wrap: 'both', buttonNextHTML: null, buttonPrevHTML: null });







Error: Object doesn't support property or method 'jcarousel'



我该怎么办?

值不在视图页面


what should I do?
the values are not coming in view page