Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
while adding in IE11 it is storing in databases but while i put in control point
it getting error like this


C#
$('#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
Posted
Updated 17-Nov-13 23:14pm
v4
Comments
Maarten Kools 18-Nov-13 6:25am    
Try jQuery('#slider .slides') instead of $('#slider .slides') and see if it makes a difference.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900