by Adi Goater / 15 Nov 2013
Recently I was working on a web design project and I needed to get the jQuery plugin fancybox to work with the jQuery carousel Elastislide. They both worked independently of one another, however when they were combined neither worked!?
After much code tweaking I finally found a solution…
If I added “onClick: null” into the options of the javascript, it worked! (see the code below)
I have seen this question asked a few times in stackoverflow and thought I could help other developers facing a similar problem!
$(‘#carousel’).elastislide({
minItems : 3,
onClick: null
});
We love to connect with people. Follow, like or just say hello using the following links: