Resizable columns / panels for content in jquery?

后端 未结 2 1733
醉梦人生
醉梦人生 2021-02-06 06:48

does any one know if there is an example available for sliding panels in jquery? If so, can someone send me a link? This is what I want to accomplish.

On my main screen

相关标签:
2条回答
  • 2021-02-06 07:25

    The most robust solution for this is to use the jQuery layout plugin. You can find it here: http://layout.jquery-dev.net/

    0 讨论(0)
  • 2021-02-06 07:29

    Sounds like the way jsfiddle.net works

    This is available as a plugin. http://docs.jquery.com/UI/Resizable

    You could also use the jQuery splitter plugin: http://www.methvin.com/splitter/

    Also see (2011): http://jcubic.wordpress.com/2011/03/06/jquery-splitter-split-container/

    Flexigrid is a new (2012) option: http://flexigrid.info/

    0 讨论(0)
提交回复
热议问题