Grid-A-Licious is an awesome fully responsive grid layout plugin built with jQuery that makes grids. All the elements in the network are floating and responsive which helps web developers with each other while loading.
jquery grid layout, jquery responsive screen size, responsive grid image gallery jquery, javascript grid layout, jquery mobile grid, grid slider jquery, jquery ui grid
How to make use of it:
Usages
(function ($, sr) { var debounce = function (func, threshold, execAsap) { var timeout; return function debounced() { var obj = this, args = arguments; function delayed() { if (!execAsap) func.apply(obj, args); timeout = null; }; if (timeout) clearTimeout(timeout); else if (execAsap) func.apply(obj, args); timeout = setTimeout(delayed, threshold || 150); }; } jQuery.fn[sr] = function (fn) { return fn ? this.bind('resize', debounce(fn)) : this.trigger(sr); }; })(jQuery, 'smartresize');
Grid-A-Licious 3 Plugin/Github
See Demo And Download
Official Website(suprb): Click Here
This superior jQuery/javascript plugin is developed by suprb. For extra advanced usage, please go to the official website.