I'm using a standard jQuery layout (north, south, west, east and center) as indicated in the site documentation.
For both my west and center panels, I have a header and footer pane.
Everything is working correctly except that now I needed to…
I am using jquery layout plugin and have the following situation that I cannot find a solution. How do I make the center pane increase its size permanently by dragging the div beyond the bottom border.
I have a left pane and a center pane. I…
jQuery Layout's z-index is 2.
Bootstrap's modal does not have a z-index set.
http://plnkr.co/edit/yy88iK8t3f2v3pEe5812?p=preview
z-index is applied in a style attribute.
I'd like to use a tablesorter table inside the main (center) panel of a jquery layout panel. The width of the table works fine but getting the table to occupy the available height is not so obvious.
I have a basic example working below based on…
I am struggling with the following problem, any hint would be appreciated.
In my jQuery UI layout in the center panel I put a jQuery UI tab, within
this tab I put some contents. Contents is taking more space than available,
I would like to have a…
I need to use the jquery layout in a bootstrap dialog .I have tried using the jquery layout in a simple example and it works : Simple_Example but when I use it in a dialog it does not seem to work.
The jsfiddle for it : Dialog with layout.
My…
I use jQuery layout plugin. Inside a pane I use tabs created by angularjs (code below). When I close the layout pane (south pane in the jsfiddle) and open it again, the tabs don't work anymore. Resizing doesn't cause this problem.
directive('tabs',…
I'm using jQuery UI Layout Plug-in (http://layout.jquery-dev.net/). I need to load a layout on a modal window depending on certain parameters. So on-event I do something like:
$('
By default, the jquery layout plugin has a setup where north and south panels are full width of the browser window, making the east and west panels vertically smaller as they must fit between south and north panels.
I would like to have a setup with…
I am trying to do 2 things
1) remove the border between section (currently grey area)
2) remove area around the cursor ( you should only see '<' or '>' not dark area around it
here is my current code
http://jsfiddle.net/dan_vitch/KSuck/1/
I wants to draw smooth line between html element using jquery.
Does Jquery has any plugins to draw smooth line using Jquery ?
I have used SVG plugin but it is not supported in IE7,IE8.
I have also used div to draw line but it has many jaggies.
Any…
I am using jQuery Layout. I have a very simple layout with one vertical pane (west). Is it possible to get the size of the west pane after it has been resized.
Below is a code snippet of an example where a call to a function happens on the resize…
I have a jQuery layout and I want to trigger the mousemove and drag event of the resizer bar programmatically. There is some custom code that uses the event data of resize event resizing is done through the resizer bar.
I have tried jQuery trigger…