jQuery UI and Splitter

前端 未结 4 1408
栀梦
栀梦 2021-02-08 13:45

Using jQuery UI, how can I use a Splitter kind of feature like the one at http://methvin.com/splitter/3csplitter.html?

I am asking this as I need 2 things to be impleme

4条回答
  •  鱼传尺愫
    2021-02-08 14:20

    My first thought was: first you select all the boxes except the last. Those get a splitter to their right side. Then, when the splitter is moved, only the two boxes touching the splitter are resized.

    This is an example you can copy paste; it works as is. This can be used for any number of columns; just make sure you also adapt the css.

    I added some buttons to expand 1 box; also a reset button.

     
    
      
        
        jQuery UI 4-Column Splitter
        
        
      
      
        
    HELLO
    WORLD
    FOO
    BAR

提交回复
热议问题