I\'m using jQuery UI tabs, loading the tab content via ajax. Content may contain links which I want to load within the selected tab. To achieve that, I use this code
You need to set a flag if the content has already been bound, or unbind the content on tab change.
Something like ui.panel.find('a').unbind() should do the trick. Make sure you put it in the tab change callback.
ui.panel.find('a').unbind()