I am having trouble debugging this page in IE:
jQuery(document).ready(function() {
jQuery('#mycarousel').jcarousel({
vertical: false,
scroll: 1,
});
});
It works just fine in chrome and firefox. IE it is 100% broken. Any ideas?
(I am using IE9)
Thanks in advance.
It seems there’s an extra coma that doesn’t play nice in IE:
At the and of
scroll: 1,.