views:

2460

answers:

1

Hi I am trying to use Jquery Splitter http://www.methvin.com/jquery/splitter/

it works fine if the splitter panes are static but i need to add panes dynamically in it. also i need to remove those panes dynamically as well. how can i remove the splitter binding and add dynamic split regions in it. please check it from here http://01webdesigner.com/Inam/SplitterTest.htm

resizing works only in the last dynamically added region.

please help

+2  A: 

jQuer UI layout: http://layout.jquery-dev.net/

Ideas taken from EXT layout model.

Demo: http://layout.jquery-dev.net/demos.html

jmav