score:0

have a look at the modal form example here: * http://jqueryui.com/dialog/#modal-form when the user presses:

        ...
            modal: true,
            buttons: {
            "create an account": function() { 
              //get the form values or post the form here
        ...

in general refer to the jquery examples first to find your needs and use the api for details.


Related Query

More Query from same tag