jQuery - trapping tab select event

前端 未结 7 1975
予麋鹿
予麋鹿 2020-12-03 04:50

I\'m a jQuery noob and I\'m trying to figure out how to trap the tab selected event. Using jQuery 1.2.3 and corresponding jQuery UI tabs (not my choice and I have no control

7条回答
  •  攒了一身酷
    2020-12-03 05:11

    In later versions of JQuery they have changed the function from select to activate. http://api.jqueryui.com/tabs/#event-activate

提交回复
热议问题