> hey. i tried blockui and serval scripts, they are great, the problem that i > want to able to do somthing like > on user click on submit its open window like blockui has with "loading..." > then its checks the json parameters that given back and if status is 0 then > close the modal window and open new one (or just change the text inside) to > "you have errrors : [errors] , please fix them! " > finnally if everything is ok then write on the window "submit done" and then > on click redirect it to a page... or somthing like that.. anyone knows > plugin that do similar thing?
It sounds like you want to display a message, do some ajax, display a different message.... that is exactly what blockUI is meant to do. Look at the dialog example for some hints on how to do this. http://www.malsup.com/jquery/block/#dialog _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
