[jQuery] jQuery tabs - create 'modal' or 'force-focused' tab?
I am creating a simple application that allows uploading of images in
a popup window, when completing a form. The popup returns the filename
to the the parent form when closed, works great. But I'd like to move
this function to a jquery tab instead.
Has anyone had success, or care to share example, of doing something
like this?
I need to
- add a new tab to a tabbed form, via a link in the first panel (easy)
- automatically give focus to that tab as soon as it is created (not
sure about this one)
- disable other tabs and the form's submit button until specified
action - file upload in this case - has completed
(no idea, looking for inspiration!)
I am using the jquery UI tabs, pretty much unmodified at this point.
Any help, examples or suggestions greatly appreciated.