Custom Resizable Handles in JQuery UI

后端 未结 6 1531
礼貌的吻别
礼貌的吻别 2020-12-08 16:40

I\'ve been attempting to create a resizable textbox (ASP.NET multiline TextBox / HTML textarea) and use JQuery UI to make it resizable, but seem to

6条回答
  •  攒了一身酷
    2020-12-08 17:34

    I had the same problem 4 years after. It sames they never fixed that. I though to use Interface but it did not have any updates since 2007. So I decided to fix the bug by myself and make a request pull in the jQuery UI project in Github. https://github.com/jquery/jquery-ui/pull/1134 I hope they accept it and merge it soon. I added a test so I'm sure it will work in any case because all the tests of resizable from Jquery UI works with this modification.

    I started using ylebre code but it did not work. So I made some little changes.

提交回复
热议问题