Jquery conflict? Quicksand vs. Gallerific cancel eachother -


im using galleriffic (a dynamic gallery jquery plug) , quicksand (a jquery filtering plug).

here working example: http://www.metropoliscreative.com/jake_test/test1.html

if click thumbnails, load in big pane. if select project type or industry, sort thumbnails based on data types.

however, issue once sort them, galleriffic functionality stops working.

i'm not getting errors in console, nor code changing once sort thumbnails(from can see in inspector). i'm not sure issue be.

thank in advance help.

as far aware, jquery events attached elements upon page load, if thumbnails being created dynamically - jquery hasn't attached galleriffic functionality them. way round it, re-attach gallerific functionality on callback after quicksand has finished calling in new thumbnails.

$quicksand.quicksand($filtereddata, {     duration: 1000,     easing: 'easeinoutquad',     adjustheight:   'false' }, function() {     $('#thumbs').galleriffic({         imagecontainersel:      '#slideshow',         controlscontainersel:   '#controls'     }); }); 

hope helps


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -