Grid 'Em is not a proper CSS grid system, but a jQuery plugin that takes normal HTML unordered lists and displays their elements horizontally.
Based on the page's (container's) available screen size, these list elements are displayed horizontally (instead of the default vertical view).
As the page size will go down either by resizing the page or accessing it from a device with a smaller screen, the spacing between list elements is adjusted accordingly, and if needed, elements will also be moved from one row to the next.
The plugin basically mimics a CSS float:left without actually using one, but with dynamic margins management.
jQuery Grid 'Em can handle similarly sized elements, but it can also work with elements at various dimensions.
A demo is included with the download package.
What is new in this release:
- Updates to the jQuery manifest package.
Requirements:
- JavaScript enabled on client side
- jQuery 1.5 or higher
Comments not found