Experimental project

This is a sandbox project, which contains experimental code for developer use only.

API module to include gridster javascript library, see http://gridster.net

Instructions

  1. Download the module.
  2. Download the gridster javascript library (Download)
  3. Place it under sites/all/libraries/gridster so that the file can be found under sites/all/libraries/gridster/dist/jquery.gridster.js
  4. Enable the module

This module does nothing by itself, it just provides the gridster library so that other modules can use it.

You can load the library like this:

libraries_load('gridster');

or

libraries_load('gridster', 'minified');

for the minified version (make sure you have jquery.gridster.min.js in sites/all/libraries/gridster/dist).

Project information