layout icon indicating copy to clipboard operation
layout copied to clipboard

jQuery UI Layout v1.x plugin

Results 20 layout issues
Sort by recently updated
recently updated
newest added

I've been using the layout manager for several years. More recently, we upgraded to the latest NPM download for layout-jquery3. When using it within an iframe to publish a page...

Is this project dead because it seems pretty inactive. If so I may make a fork.

Hey, @allpro. We use npm as our package manager. Right now we have to use [Napa](https://github.com/shama/napa) to install jquery-ui-layout but, this process is flacky and would be so much easier...

This line breaks jQuery 3 support, seems to work fine without it: https://github.com/allpro/layout/blob/master/source/stable/jquery.layout.js#L1832 Also .bind / .unbind are deprecated.

The version in the repo is 1.4.3, whereas 1.4.4 is available from: http://layout.jquery-dev.com/lib/js/jquery.layout-latest.js Would be good if there was one dist folder instead of all the different versions.

When using jquery.layout 1.4.3, upon initial page load on Firefox 38.6 or later, the _load() method within the jquery.layout.buttons.js is caught by Firefox 38.6 with Firebug 2.0.19 as having an...

On http://layout.jquery-dev.com/ under "Contact information" I see: > Review issues and requests on the [issues page](http://layout.jquery-dev.com/issues.html) page That link - to http://layout.jquery-dev.com/issues.html - should be changed to https://github.com/allpro/layout/issues, right? Also,...

The workaround preserves the initial 'auto' z-index of 'panes', so that it is possible to keep many overflowing child elements of 'panes' visible in front of all other 'panes' while...

$.parseJson is now JSON.parse in JQuery 3.x https://github.com/jquery/jquery-migrate/blob/master/warnings.md JQMIGRATE: jQuery.parseJSON is deprecated; use JSON.parse Cause: The jQuery.parseJSON method in recent jQuery is identical to the native JSON.parse. As of jQuery...

i use jquery-3.1.1 and jquery-ui-1.12.1 i get this error : VM1567:1832 **Uncaught TypeError: Cannot read property 'split' of undefined** in this line (1392): sC.selector = $N.selector.split(".slice")[0];