When Dislpay div using grid view. Demo : http://ksylvest.github.io/jquery-gridly/ Source : https://github.com/ksylvest/jquery-gridly How to Get Order of Div: In jquery.gridly.js Gridly.prototype.layout = function() { var $element, $elements, index, j, position, ref, ref1, structure; $elements = (((ref = this.settings.callbacks) != null ? ref.optimize : void 0) || this.optimize)(this.$sorted()); structure = this.structure($elements);...
Read more …