I\'m using isotope ( http://isotope.metafizzy.co ) with expandable items, and i would like to use ScrollTo so that i can automatically scroll to the newly expanded item..>
i use this hack for the callback. Maybe it works for you to.
setTimeout(function(){ $container.isotope('reLayout'); }, 1000);