One Accordion to multiple views
I may be trying to do things using a "handy hammer" methodology, but hopefully somebody out there has tried this as well.
Basically, I have one page with multiple views, I would like to use the jQuery accordion feature to be able to toggle them on and off.
For example: There is a view entitled "Press Releases" and other called "Recent Blog Posts" I would like clicking on these headers to open and close the view contents.
I guess I want to have step back from the views-accordion so that instead of the int开发者_Go百科erior content items being expandable, that all the content items would expand.
Hope this makes sense!
If there is a softer and easier way of doing this, I am all ears!
精彩评论