how to find selected elements with Jquery UI selectable

前端 未结 5 1241
说谎
说谎 2020-12-31 06:09

I am looking for info on the event and ui objects the jQuery selectable events: \"selecting\", and \"start\" take as parameters. I cannot find this in the documentation and

5条回答
  •  北海茫月
    2020-12-31 07:07

    this will solve your problem:

        
    
    
    

    You've selected: none.

    1. Item 1
    2. Item 2
    3. Item 3
    4. Item 4
    5. Item 5
    6. Item 6

    check out http://jqueryui.com/demos/selectable/#serialize for more info

提交回复
热议问题