[jQuery] Re: BlockUI unchecks checkboxes

2008-12-13 Thread MorningZ
Why can't I duplicate this behavior? Because you're not using the checkbox itself to fire off the block his code and my quick example do On Dec 12, 5:17 pm, Mike Alsup mal...@gmail.com wrote: Could you possibly post a demo page somewhere? Mike, this

[jQuery] Re: BlockUI unchecks checkboxes

2008-12-13 Thread Mike Alsup
Why can't I duplicate this behavior? Because you're not using the checkbox itself to fire off the block   his code and my quick example do Ah, thanks for clarifying, Steve. I'll get that fixed. Mike

[jQuery] Re: BlockUI unchecks checkboxes

2008-12-13 Thread Mike Alsup
Ah, thanks for clarifying, Steve.  I'll get that fixed. It's fixed now. http://www.malsup.com/jquery/block/#download

[jQuery] Re: BlockUI unchecks checkboxes

2008-12-12 Thread fabianofranz
I had exactly the same issue here, with Chrome: - You check a checkbox via javascript - Make an ajax request, then blockUI - blockUI uncheckes you previously checked checkbox Best regargs, Fabiano Franz http://fabianofranz.com On 23 out, 21:44, Mike Alsup mal...@gmail.com wrote: What

[jQuery] Re: BlockUI unchecks checkboxes

2008-12-12 Thread MorningZ
Could you possibly post a demo page somewhere? Mike, this code: http://paste.pocoo.org/show/95075/ shows what he means, i even tried to change .click to .change and it still never checks the box Results.ashx just returns hello world in plain text and works fine in FireFox On Oct

[jQuery] Re: BlockUI unchecks checkboxes

2008-12-12 Thread Mike Alsup
Could you possibly post a demo page somewhere? Mike, this code:http://paste.pocoo.org/show/95075/ shows what he means, i even tried to change .click to .change and it still never checks the box Why can't I duplicate this behavior? http://www.malsup.com/jquery/block/dec12.html

[jQuery] Re: BlockUI unchecks checkboxes

2008-10-23 Thread Mike Alsup
What exactly is the problem you're seeing? Could you possibly post a demo page somewhere? Mike On Oct 23, 10:22 am, Snooky [EMAIL PROTECTED] wrote: Alright, so I saw that this issue had been raised before, but apparently never actually fixed. I only tested it in FF and Chrome. To