[jQuery] Re: disable submit not working in IE7

2009-01-27 Thread GBartels
Thanks Mike! Your script mostly works in IE once appended with }); The message displays and the form submits which is what it needs to do. IE still has a little weird behavior in that it takes two clicks to submit the form. On the first click, the form "jumps" a bit. It's then necessary to repos

[jQuery] Re: disable submit not working in IE7

2009-01-26 Thread Mike Alsup
> The button is indeed of type="submit" and the form was working in IE > prior to adding the above script. > > I also changed the attribute value to true (removing the quotes). > > Sadly, I'm still getting the same results in IE. > > On Jan 26, 4:10 pm, Karl Swedberg wrote: > > > A couple things

[jQuery] Re: disable submit not working in IE7

2009-01-26 Thread GBartels
Thank you Karl for the reply. The button is indeed of type="submit" and the form was working in IE prior to adding the above script. I also changed the attribute value to true (removing the quotes). Sadly, I'm still getting the same results in IE. On Jan 26, 4:10 pm, Karl Swedberg wrote: >

[jQuery] Re: disable submit not working in IE7

2009-01-26 Thread Karl Swedberg
A couple things you might want to look at: 1. Does your button have type="submit" ? It will need to if you want to submit with it in IE. 2. The disabled attribute value should be true, not "true". --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jan 26, 2