Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm using Elastislide – A Responsive jQuery Carousel Plugin in my project.

http://tympanus.net/codrops/2011/09/12/elastislide-responsive-carousel/

I have tried to add images dynamically by using JSON Parsing.

I'm able to parse the images and show it.

But the arrows for navigation and functionalities of the Elastislider Plugins are not working.

Please help me in this problem to get a solution as early as possible.

share|improve this question
<body> <div class="main"><header class="clearfix"> <h2>Shout Outs </h2></header> <div class="sub1"><h4>Shout Out!</h4></div> <div class="sub2"> <p><a href="#" id="jsonp-demobtn" class="demobtn btn actionr">Run Demo</a> </p> <div class="elastislide-horizontal"> <ul id="jsonp" style="display: inline-block"> </ul> </div> </div> </div> </div> </body> – Abin Koshy Cheriyan Mar 1 at 14:37

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.