how to find selected elements with Jquery UI selectable

前端 未结 5 1239
说谎
说谎 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 06:42

    the ui argument in that event is the reference to the elemenent, if it was the selected event ui.selected event will be the elemennt, if it was unselect unselected.ui.....etc

提交回复
热议问题