[jQuery] Re: disable submit not working in IE7

2009-01-27 Thread GBartels
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 > > > > > > >

[jQuery] Re: disable submit not working in IE7

2009-01-26 Thread GBartels
___ > Karl Swedbergwww.englishrules.comwww.learningjquery.com > > On Jan 26, 2009, at 4:55 PM, GBartels wrote: > > > > > I'm using JQuery 1.2.6 with the following script: > > > <!-- > > $(document).ready(function(){ $("button.submitButton&q

[jQuery] disable submit not working in IE7

2009-01-26 Thread GBartels
I'm using JQuery 1.2.6 with the following script: It works as expected in FF3 but is is slightly