No commit activity in last 3 years
No release in over 3 years
Resizable panels jQuery plugin.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

jQuery layout for Rails Asset Pipeline

jQuery layout plugin packaged as a Rails engine.

Usage

Add this to your application.css header:

/*= require jquery-layout-default */

Add this to your application.js header:

//= require jquery
//= require jquery/layout

Alternatively you can add both dependencies at once:

//= require jquery-layout

Troubleshoot

If you have multiple requires in your application, you shouldn't include jquery in more than one of them or it will be included more than once. This means it will remove all prior registered plugins on each inclusion. So, if that is your case you should include jquery/layout instead of jquery-layout for better control over jQuery inclusion.

Bitdeli Badge