开发者

Javascript: Make Rows Draggable Through Input Field Handles

开发者 https://www.devze.com 2023-01-02 06:13 出处:网络
I have created a table with draggable rows.Unfortunately, most of the rows are covered with a large textbox input element.In order to drag the rows, you have to grab the row on the very edge just outs

I have created a table with draggable rows. Unfortunately, most of the rows are covered with a large textbox input element. In order to drag the rows, you have to grab the row on the very edge just outside of the textbox. Is there a way to allow t开发者_运维知识库he rows to be grabbed through the textboxes without destroying the textbox functionality? (i.e. relay the mouse drag event, but not the mouseclick event?)

0

精彩评论

暂无评论...
验证码 换一张
取 消