JQuery Isotope ordering not ordering divs accurately
问题 My url is leftsideart (dot) co (dot) nz I am using the following isotope setup: jQuery('#post-area').isotope({ animationOptions: { duration: 750, easing: 'linear', queue: false }, getSortData : { number : function( $elem ) { return parseInt( $elem.find('.order').text(), 10 ); } }, sortBy : 'number', sortAscending : true, animationEngine : 'jquery' }); var jQuerycontainer = jQuery('#post-area'); jQuerycontainer.imagesLoaded( function() { jQuerycontainer.isotope(); }); but my divs are not