Jquery UI resizable - resize a div placed over an iframe

前端 未结 3 1595
我在风中等你
我在风中等你 2021-02-09 04:55

If you check out this jsbin: http://jsbin.com/efosed/5/edit and you press \"Run with JS\", there will be a div that can be resized with jquery ui. Everything works like expected

3条回答
  •  清歌不尽
    2021-02-09 05:13

    CSS only method

    .ui-resizable-resizing iframe { pointer-events: none; }

    The ui-resizable-resizing class is added whenever you are resizing something.

提交回复
热议问题