开发者

Jquery Tools Tabs: How to capture onClick event when selection is on current tab?

开发者 https://www.devze.com 2022-12-30 09:57 出处:网络
I tried to ask this q开发者_如何学Gouestion on the jquery tools forum, but didn\'t get a response, hopefully someone here can help.

I tried to ask this q开发者_如何学Gouestion on the jquery tools forum, but didn't get a response, hopefully someone here can help.

Question: It seems the onClick event does not get fired when user is already on current tab, I think that make sense for most cases. However, in my case, I do want to capture the onClick event even when the curent tab is already the selection.

Is there a way to do this?

Thanks!


You can always bind the onClick event to the anchor tags themselves rather than to the tabs events.

0

精彩评论

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