Where is the documentation for the “jQuery.event.special” API (for custom events)?

后端 未结 3 1000
梦谈多话
梦谈多话 2020-12-24 15:01

I\'m creating a fork of the textchange jQuery plugin, which uses the jQuery.event.special API to create its own custom events (textchange, ha

相关标签:
3条回答
  • 2020-12-24 15:40

    There is some official documentation here: http://learn.jquery.com/events/event-extensions/

    0 讨论(0)
  • 2020-12-24 15:46

    http://benalman.com/news/2010/03/jquery-special-events/

    The site seems to be well documented and should have everything you should ever need to know about the jQuery Special Events.

    0 讨论(0)
  • 2020-12-24 15:52

    Although it is true that there hasn't been any Official documentation on the jQuery.event.special there is a beta tutorial (as of March 19 2013) documentation at learn.jquery.com since jQuery 1.7.

    For anyone following older jQuery(prior to 1.7) should find it as Ben Alman's article.

    Side Note: Ben Alman's article is also mentioned in the official tutorial.

    0 讨论(0)
提交回复
热议问题