I am currently using jQuery JavaScript Library v2.1.0 with Foundation 5 and using the following settings:
$('#slidorion').slidorion({
speed: 1000,
interval: 4000,
effect: 'slideLeft'
});
I noticed that after awhile the side menu (list of items on the right) the first item in the list started to open and close. I have no idea what could have caused it as I saw no errors in my browser console.
If I need give further details. Please let me know as I am new to this community....
I am currently using jQuery JavaScript Library v2.1.0 with Foundation 5 and using the following settings:
$('#slidorion').slidorion({
speed: 1000,
interval: 4000,
effect: 'slideLeft'
});
I noticed that after awhile the side menu (list of items on the right) the first item in the list started to open and close. I have no idea what could have caused it as I saw no errors in my browser console.
If I need give further details. Please let me know as I am new to this community....