Gridster

Component ID

2018559

Component name

Gridster

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

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).