Show callback is not firing jquery ui tabs

前端 未结 1 1550
南笙
南笙 2021-01-21 07:58

I was following these example : http://jsfiddle.net/Shef/k6TEZ/ , in which is used the callback show(). I am executing this callback too

相关标签:
1条回答
  • 2021-01-21 08:45

    According to the jQuery UI 1.9 changelog:

    Deprecated: show event; renamed to activate.

    And according to the jQuery UI 1.10 changelog:

    Removed: show event.

    Looks like you should use either activate or beforeActivate.

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