Skip to content

pivica/gridwax

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

Gridwax

Fork of a Gridwax project.

Intro

Gridwax is very cool, but not very well maintained - so no new features and also lots of bugs are presented currently. Goal of this fork for now is to fix all bugs and do some code cleanup, when this is done we will see what is next ;)

How to use it

Due to security changes in github it is not any more possible to easily bookmark js code and execute it. For now easy workaround is to use RawGit service. So your bookmark URL should look like this

javascript:(function()%7Bdocument.body.appendChild(document.createElement('script')).src='https://rawgit.com/pivica/gridwax/master/gridwax.js';%7D)();

Gridwax is depending on jQuery for now so you need to preload jQuery on a page on which you want to use this plugin. This limitation will be removed in future and gridwax will not have external dependencies.

TODO

  • Check the code, test, and fix all bugs.
  • Remove jQuery dependency.
  • Try to use local storage for storing values: vertical align, offset, color.

About

Fixes for original gridwax.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.0%
  • CoffeeScript 43.0%