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
- Download the module.
- Download the gridster javascript library (Download)
- Place it under sites/all/libraries/gridster so that the file can be found under sites/all/libraries/gridster/dist/jquery.gridster.js
- 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
- Project categories: Developer tools, Integrations
- Created by jelle_s on , updated
