JQuery/JQueryUI hortizontal divider

后端 未结 2 377
甜味超标
甜味超标 2020-12-24 09:52

recently for a website I am working on I wanted to create a horizontal divider capable of resizing two elements on a page using jquery.

Basically:

Content

相关标签:
2条回答
  • 2020-12-24 10:04

    You may also checkout the UI.Layout jQuery plugin. Here's a demo.

    0 讨论(0)
  • 2020-12-24 10:26

    You should just use the jquery resizable interaction : http://jqueryui.com/demos/resizable/

    It's easy enough to restrict the dragging areas so you can only resize horizontally (but I think what you actually need is a vertically resizable area)

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