I've created a ui concept for a website that requires the combination of two different code sources, but I don't really know how to bring them together properly as I am not that fluent in javascript.
I want to combine this Javascript accordion menu with this filtered photo gallery plugin. Here's where it gets complicated.
I have beverage flavors to display as an online catalogue. I want to be able to filter these by division (i.e. Coffee, Food, Sugar, Tea), so I'm using the gallery plugin for the filter. On the gallery's demo page, instead of supermodels in the photos, just imagine title images for each section of products.
What happens right now when you click on an image is what I want to change. Instead of clicking on an image to see a larger lightbox version (using PrettyPhoto), I want to eliminate PrettyPhoto altogether and use the javascript menu to drop down underneath the photo to display a plain text list of flavors. If the user clicks the image again, the menu will swing back up into the photo and disappear.
Is there a way to hide my accordion menus within each image element and still be able to filter the results with all the animations and no glitches? And on-image-click the menu will display flavors over top of the surrounding images? (I don't want everything to be relatively positioned because the dropdown menu will knock everything around, unless I keep the results vertical and not in grid layout.)
Thanks for all your help in advance. This one is really stumping me because I have no tutorials or support to go on.