Hello all,
I am working on the jQuery BlockUI Plugin and I like to adopt the style illustrated for iPhoto (ish) http://malsup.com/jquery/block/#demos.
I have designed the jQuery Form that will be submitted through aJax. Here is what I would like to do:
1> After the user clicks the submit button to fire up the form to server, I pop-up such a iPhoto (ish) dialog
2> When the aJax response event returns, then I unlock this dialog.
What should I do to achieve such a feature?
Thank you