I can't type to inputs

前端 未结 3 1943
时光说笑
时光说笑 2021-01-12 06:32

I have a list which can be sortable. I\'m using jQuery UI with widget, mouse, position, sortable addons.

CSS:

#sortable{
    width : 550px;
    displ         


        
3条回答
  •  自闭症患者
    2021-01-12 07:09

    This happens because you have $("#sortable").disableSelection();. Remove it and will work ok.

    http://jsfiddle.net/KbBnu/1/

提交回复
热议问题