Search and Top Navigation
#3867 closed bug (notabug)
Opened January 18, 2009 04:28PM UTC
Closed January 19, 2009 06:37AM UTC
tabsshow event is not fired on initialization if using bind()
Reported by: | klaus.hartl | Owned by: | klaus.hartl |
---|---|---|---|
Priority: | critical | Milestone: | 1.7 |
Component: | ui.tabs | Version: | 1.6rc5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Using bind('tabsshow') the event does not get fired on initialization whereas using the show option it does.
The following works for me (logs 'event' then 'callback'):
Were you binding after the call to .tabs()?