开发者

List of supported .live() events in jQuery 1.3

开发者 https://www.devze.com 2023-01-11 17:51 出处:网络
After reading jQuery .live() post and looking through the jQuery API I could not find a full list of events that jQuery 1.3 supports cros开发者_运维技巧s-browser.They are click, dblclick, keydown, key

After reading jQuery .live() post and looking through the jQuery API I could not find a full list of events that jQuery 1.3 supports cros开发者_运维技巧s-browser.


They are click, dblclick, keydown, keypress, keyup, mousedown, mousemove, mouseout, mouseover, and mouseup.

You can find them in http://api.jquery.com/live/ (section caveats)


From the jQuery docs:

In jQuery 1.3.x only the following JavaScript events (in addition to custom events) could be bound with .live(): click, dblclick, keydown, keypress, keyup, mousedown, mousemove, mouseout, mouseover, and mouseup.

0

精彩评论

暂无评论...
验证码 换一张
取 消