[jQuery] BlockUI and ASP.NET

2009-12-09 Thread Danny
In regards to this blog post http://tiny.cc/y0vsz Elijah has been able to come up with a workaround for BlockUI. However even with this I'm having problems with ImageButton ASP.NET control. Anyone know of a way to mod BlockUI to better handle this?

[jQuery] Re: jQuery BlockUI and ASP.NET

2008-02-13 Thread MorningZ
What is the function "test()" doing? And a better way, well my opinion anyways, would be to use two buttons, one pure HTML calling the block code, and one server side one with "display: none"... have the user click the HTML button/image, call your block code, and if all is well, trigger the hidd

[jQuery] Re: jQuery BlockUI and ASP.NET

2008-02-13 Thread Mike Alsup
Is this only a problem in IE? where "clk_search" is the method that submit the form. > With this code, my loading message box appears but no submit has made. > What's wrong? > > thanks > alberto > >

[jQuery] jQuery BlockUI and ASP.NET

2008-02-13 Thread ALBO
Good day guys, I'm tring to integrate jQuery blockUI plugin in my .net pages. Basically I added this js code, first of all: $().ajaxStop($.unblockUI); function test() { $(document).ready(function() { $('#xxx').ajaxForm(function() {