Jquery - Forms Plugin, Dynamic Tabs

Posted by user177874 on Stack Overflow See other posts from Stack Overflow or by user177874
Published on 2009-10-01T16:29:57Z Indexed on 2010/05/26 13:01 UTC
Read the original article Hit count: 268

Hi guys,

I am using JQuery UI tabs. When i create a tab using the "$("#" + target).tabs('add', url, title);" method it opens a tab and calls an ajax form correctly..

Now the problem exists when i open an identical tab containing the identical form. When the form is submitted using the forms plugin, things mess up. I am presuming this is due to multiple areas having the same div id and so the form plugin does not know which to update..

Is there a work around for this at all ??

© Stack Overflow or respective owner

Related posts about jquery-ui

Related posts about jquery-ui-tabs