Blocking UI
-
Hi All, Can any one tell me how to block an UI using jQuery in asp.net. It would be helpfull if any reference links is provided. :)
-
Hi All, Can any one tell me how to block an UI using jQuery in asp.net. It would be helpfull if any reference links is provided. :)
There's all sorts of ways, from having a method called in onclientclick and setting it's return to false while you want to block, to putting a transparent div over the whole screen. Why do you need to use jquery ?
Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question.
-
Hi All, Can any one tell me how to block an UI using jQuery in asp.net. It would be helpfull if any reference links is provided. :)
By the power of google... http://malsup.com/jquery/block/[^]