[jQuery] Re: IE8 BlockUI incompatible

2009-05-08 Thread Anand Kulkarni
. And then at the end, just unblock the UI. Do let me know if this works for you. Cheers. Anand. On Fri, May 8, 2009 at 9:10 PM, Ronen42 ba...@gmx.net wrote: Hi Anand, the thing is, I have to block the screen while loading the page to prevent any user interaction untill the page ist completely loaded

[jQuery] Re: IE8 BlockUI incompatible

2009-05-05 Thread Anand Kulkarni
to be manipulated. If you HAVE to call the blockUI plugin without wrapping it in the ready event, then try putting your the javascript bit at the very end of the body tag. This might work as well. Cheers. Anand On May 6, 2:04 am, Ronen42 ba...@gmx.net wrote: Hi All, on line 151 simply change: var

[jQuery] How to enable disable jquery Drag effect on click of a button?

2009-04-23 Thread Anand
Hello all, Query : 1. How to enable disable jquery Drag effect on click of a button? I am using this :- $(#image_to_map).draggable(); to apply the drag effect. Waiting for reply Regards Anand

[jQuery] Re: Error in IE8

2009-04-20 Thread Anand Kulkarni
)); And then everything works fine! My test environment was IE8 on Vista. Hope this helps...certainly helped me in my project. Cheers, Anand www.digitalpath.co.nz On Mar 31, 2:25 am, Schockwelle bo...@gmx.de wrote: Hi, I useblockuion my websitewww.rbl-check.comand i have an error

[jQuery] Re: IE8 BlockUI incompatible

2009-04-15 Thread Anand
(navigator.userAgent)); And then everything works fine and dandy! My test environment was IE8 on Vista. Al Hope this helps...certainly helped me in my project. Cheers, Anand www.digitalpath.co.nz On Mar 23, 10:53 pm, Mike Alsup mal...@gmail.com wrote: Mike, your page fails for me

[jQuery] Re: Problem in creating Dynamic tables

2008-01-31 Thread Anand
John please help On Jan 30, 1:21 pm, Anand [EMAIL PROTECTED] wrote: Hi All, I am trying to create a dynamic table. It is to be created on onchange event of a text box which will tell how many templates to be added. The structure which I want to add to my page dynamically is table thead