Skip to content

dsmorse/gridster.js

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 268 commits ahead, 3 commits behind DecksterTeam:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
lib
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Build Status GitHub version Built with Grunt Gem Version Bower version

Gridster.js

Gridster is a jQuery plugin that makes building intuitive draggable layouts from elements spanning multiple columns. You can even dynamically add and remove elements from the grid.

Live Preview at: http://dsmorse.github.io/gridster.js/

Releases

CHANGELOG

Gridster was created by Ducksboard but they have basiclly abondoned the project and even those who had write permissions to the repo are not merging pull requests.

Forks

As of result of the inactivity over the last year in the Ducksboard repository, @dsmorse has created a fork for current support. He will GLADLY accept pull requests, and will be working to merge existing Pull Requests from Ducksboard repo.

Install with NPM

This fork of Gridster can be installed via NPM;

npm install dsmorse-gridster

or to save.

npm install dsmorse-gridster --save

Ruby on Rails integration

This artifact is published to rubygems.org to be consumed by ruby on rails applications.

Include gridster.js-rails in Gemfile;

gem 'gridster.js-rails'

and run bundle install.

Configuration

Add this line to app/assets/stylesheets/application.css

 *= require jquery.dsmorse-gridster.min

Note that the non-minified versions is jquery.gridster, should that be preferred.

Add this line to app/assets/javascripts/application.js

//= require jquery.dsmorse-gridster.min

Note that jquery.dsmorse-gridster, jquery.dsmorse-gridster.with-extras, and jquery.dsmorse-gridster.with-extras.min are also available if you want a non-minified version or gridster with extras.

Contributing to this project

Anyone and everyone is welcome to contribute. Please take a moment to review the guidelines for contributing.

License

Distributed under the MIT license.

Whodunit

Gridster is built by Ducksboard with the help of all these wonderful people.

About

gridster.js is a jQuery plugin that makes building intuitive draggable layouts from elements spanning multiple columns

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.7%
  • HTML 1.9%
  • Less 1.8%
  • Ruby 0.6%