🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

jquery-layout-rails

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jquery-layout-rails

0.1.0
Rubygems
Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 13 Jan 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts