Skip to content
This repository has been archived by the owner on Apr 21, 2020. It is now read-only.

Latest commit

 

History

History
executable file
·
26 lines (18 loc) · 815 Bytes

README.md

File metadata and controls

executable file
·
26 lines (18 loc) · 815 Bytes

jGrid Plugin

Switch on / off a grid overlay on your website.

Getting Started

Download the production version or the development version.

In your web page:

<script src="jquery.js"></script>
<script src="jquery.jGrid.min.js"></script>

And press Ctrl + Shift + L to show the grid. Enter the container width, number of columns, gutter and margin-left and right. The calculated column size will show on the left.

Also, please don't edit files in the "dist" subdirectory as they are generated via grunt. You'll find source code in the "src" subdirectory!

License

Copyright (c) 2012 Dominik Piatek Licensed under the MIT license.