jQuery UI event and ui object properties

后端 未结 2 582
鱼传尺愫
鱼传尺愫 2020-12-24 00:54

In the jQuery UI framework for Interactions you can do custom functions and they take two parameters \'event\' and \'ui\'. I know it has to be obvious somewhere but I canno

2条回答
  •  攒了一身酷
    2020-12-24 01:42

    this is a link for the event object http://api.jquery.com/category/events/event-object/

    for UI object it depends on the UI that you are using check this http://docs.jquery.com/UI/

提交回复
热议问题