Tagged Questions

0
votes
0answers
94 views

Trigger Jquery UI Dialog with Jquery Form Plugin success callback

I am using server side form validation to post a response (in html) to a form submitted using Ajax but more specifically with the http://jquery.malsup.com/form/#getting-started plugin. I have tried: ...
0
votes
1answer
339 views

Jquery - Forms Plugin, Dynamic Tabs

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 ...