I have a div that I am cloning using jquery, inside this DIV i have 3 tabs set up using jquery tools tabs.
I followed the instructions on this page for multiple tabs: http://bit.ly/w581Xf
But the tabs only seem to work on the first DIV and not on the cloned DIVs
I have it on a testing site here: http://bit.ly/zUlcjZ
Any suggestions on how to make the tabs work on the cloned DIVs would be great! Thanks
You have to call the .tabs builder after the for cycle but inside the success event:
try replacing this as your ajax’s success event:
Good luck 😉