Closed (works as designed)
Project:
Views Accordion
Version:
7.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Feb 2012 at 00:15 UTC
Updated:
25 Apr 2019 at 05:37 UTC
Jump to comment: Most recent
Comments
Comment #1
mollybt commentednevermind, it was my own jQuery conflict.
Comment #2
dalearyous commentedcan you elaborate?
i am having the same issue.
error:
TypeError: $(displaySelector + ":not(.ui-accordion)").accordion is not a function
Comment #3
stephen ollmanOk the conflict part throw me but as I started to look in the header code I was seeing different versions of JQuery being called by both modules and my theme.
My issues was that in the themes/core/js folder there was an earlier version of jquery-1.7.2.min.js.
I renamed this to jquery-1.7.2.min.js.old and views accordion worked on the page as expected.
Hope this helps someone.
Comment #4
adilsarwar1 commentedMy issue solved. There was 2 jquery included.i remove one of them and issue solved.