Questions tagged [jquery-layout]

Questions about jQuery UI Layout plugin

a jQuery plugin. see https://layout.jquery-dev.net/

52 questions
0
votes
1 answer

Retrieving variables outside of Modernizr.load() complete scope

i am using Modernizr to load ressources to construct a jQuery layout. The problem is that i cannot retrieve my $('body').layout() variable since it is inside one of the loaded resources (in script/webframe.js). I tried : var myLayout; function…
0
votes
1 answer

jquery ui layout plug-in and ui sortable - interchangeable lists

Having the jquery ui layout plugin and two sortable lists elements drag/drop in only one direction. See example: http://layout.jquery-dev.net/demos/droppable.html Each list is in a different pane. I can't make elements do drag/drop to either list…
0
votes
1 answer

Jqueryui draggable between Jquery layout sections

here's a jsfiddle of what I'm trying to do http://jsfiddle.net/YSBGu/ $( ".dragcomp" ).draggable({ cursorAt: { left: 0 }, zIndex: 300, revert: "invalid", …
Kelly Larsen
  • 963
  • 1
  • 14
  • 30
0
votes
0 answers

How to create jquery layout dynamically?

I am using jquery layout plugin and creating a nested layout when I drag an image and drop on a section of jquery layout, works fine for first time but second time it's not working. I am using following code on drop function of image - …
Deepak K
  • 329
  • 3
  • 11
0
votes
2 answers

$('body').layout is not a function

I'm using the jQuery UI Layout plugin and I keep getting this error in Firebug: $('body').layout is not a function. I also get the same error in IE8 and below. Obviously, it's being caused by the line where I initiate the layout UI in my scripts…
FastTrack
  • 8,810
  • 14
  • 57
  • 78
0
votes
1 answer

Good way to integrate query-layout with reactive templates + async data sources?

I'm working on a Meteor app that gets data from Facebook & I would like to use jquery-layout for presentation. I suspected that there might be some "subtleties" when trying to use jquery to modify HTML in reactive templates, so I set up a relatively…
-1
votes
1 answer

JQuery layout hide

I use JQuery layout feature to build skeleton of my app. Layout has north-panel i.e header which can be hidden so that content area has more space. Since header panel also contains icon bar, I only want icon bar to be visible when header is…
Satya
  • 2,094
  • 6
  • 37
  • 60
1 2 3
4