Welcome Guest, Not a member yet? Register   Sign In
[SOLVED!!] Grey out background while processing forms? (jQuery + blockUI)
#4

[eluser]xwero[/eluser]
Greying out a form can be done like this
Code:
$('#form').submit(function(){

   $(this).block();

   $.ajax({
          // ...
          success: function(msg){
                      $(this).unblock();
                   }
          });
});


Messages In This Thread
[SOLVED!!] Grey out background while processing forms? (jQuery + blockUI) - by El Forum - 08-18-2008, 07:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB