[jQuery] Re: Anyone see anything wrong in this code?

2007-04-12 Thread Jörn Zaefferer
Klaus Hartl schrieb: Commenting out the "blur" line does prevent IE from locking up. (Why doesn't this happen in FF?), but then, of course, no validation occurs. When I change "blur" to "keyup" everything seems to work fine. What's up with that? Keyup is fine, but I prefer to allow users a

[jQuery] Re: Anyone see anything wrong in this code?

2007-04-12 Thread Klaus Hartl
Jörn Zaefferer schrieb: Rick Faircloth schrieb: Commenting out the "blur" line does prevent IE from locking up. (Why doesn't this happen in FF?), but then, of course, no validation occurs. When I change "blur" to "keyup" everything seems to work fine. What's up with that? Keyup is fine, b

[jQuery] Re: Anyone see anything wrong in this code?

2007-04-12 Thread Jörn Zaefferer
Rick Faircloth schrieb: Commenting out the "blur" line does prevent IE from locking up. (Why doesn't this happen in FF?), but then, of course, no validation occurs. When I change "blur" to "keyup" everything seems to work fine. What's up with that? Keyup is fine, but I prefer to allow users a

[jQuery] Re: Anyone see anything wrong in this code?

2007-04-12 Thread Rick Faircloth
L PROTECTED] On Behalf Of Dan G. Switzer, II Sent: Thursday, April 12, 2007 9:49 AM To: [EMAIL PROTECTED] Subject: [jQuery] Re: Anyone see anything wrong in this code? Rick, >I'm trying to implement validation using Jorn's Validation plug-in >and every time I click into a for

[jQuery] Re: Anyone see anything wrong in this code?

2007-04-12 Thread Dan G. Switzer, II
Rick, >I'm trying to implement validation using Jorn's Validation plug-in >and every time I click into a form field, then click out, IE 7 locks up. > >Everything is working fine in FF (except the Submit button, but that's >an issue for later...) The debug = true statement will prevent the form f