hashgrid icon indicating copy to clipboard operation
hashgrid copied to clipboard

A little tool that inserts a layout grid in web pages, allows you to hold it in place, and toggle between displaying it in the foreground or background.

Results 7 hashgrid issues
Sort by recently updated
recently updated
newest added

We use Hashgrid in several context, with browserify (commonJS), requireJS (AMD). It's why we should be able to load it as a universal module.

Hi! Do you mind of publish hashgrid to NPM? Thank you!

For example, using something like this: ``` #grid { position: absolute; top: 0; left: 0; right: 0; .vert-inner { max-width: 1440px; margin: 0 auto; } } ```

The grid is there, I can dev tool it and change it's property to make it appear. It is one particular wp site. I tried disabling all the other javascripts...

I was getting the viewport height instead the html document height. I was able to get the right html document height by calling hashgrid on window load For example: $(window).load(function...

IE6 has the same bug, but I dont expect you to fix it, most people don't test there anymore. Maybe add a small list of browsers supported to hashgrid.com to...

This seems to be some problem with the Firebug chrome in Firefox 4, so possibly related to window.console or the newest version of jQuery.