Hello i have this script working fine here.. know it has no syntax errors or else.
The problem is when i try to implement it here..
I have tried to unset the jquery.min.js cause thats the only file i see that my cause conflict, not twitter or facebook js, and just for test i just test it and I always get
Cannot call method 'begin' of undefined
Heres the link so you can check it
http://queretaro.orsilin.com.mx/index.php?page=item/view/15/Probando
this is the part causing conflict
if (nextImageIndex === 0) {
scrollapi.begin(200);
} else if ( nextImageIndex % 4 === 0 && nextImageIndex > 0) {
scrollapi.next(200);
}