Anyone have any idea why my jQuery carousel is working fine at the bottom of my home page but not on my workshops and event pages? I have tried noConflict but to no avail.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You initialise your plugin with
jQuery('div#image_list ul.image_list').jj_ngg_shuffle();but there seems to be no object that has an id of
image_list.The javascript error I’m getting is:
Object has not method 'jj_ngg_shuffle'which confirms this.