[jQuery] Re: Disable input button, using wrong HTML code?

2009-05-06 Thread Jonathan Vanherpe (T T NV)
stephen wrote: I created a test page here: http://clients.stephenkorecky.com/stephen_korecky/js_test.html But basically the problem is that $(#button).attr(disabled,true); should disable a input button, and it does, HOWEVER it outputs disabled= when it should output disabled=disabled anyone

[jQuery] Re: Disable input button, using wrong HTML code?

2009-05-06 Thread Stephen Korecky
I tried that too, has same results... On May 6, 9:35 am, Jonathan Vanherpe (T T NV) jonat...@tnt.be wrote: stephen wrote: I created a test page here:http://clients.stephenkorecky.com/stephen_korecky/js_test.html But basically the problem is that $(#button).attr(disabled,true); should

[jQuery] Re: Disable input button, using wrong HTML code?

2009-05-06 Thread Andy Matthews
: Wednesday, May 06, 2009 9:35 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Disable input button, using wrong HTML code? stephen wrote: I created a test page here: http://clients.stephenkorecky.com/stephen_korecky/js_test.html But basically the problem is that $(#button).attr(disabled

[jQuery] Re: Disable input button, using wrong HTML code?

2009-05-06 Thread Jonathan Vanherpe (T T NV)
Stephen Korecky wrote: I tried that too, has same results... On May 6, 9:35 am, Jonathan Vanherpe (T T NV) jonat...@tnt.be wrote: stephen wrote: I created a test page here:http://clients.stephenkorecky.com/stephen_korecky/js_test.html But basically the problem is that

[jQuery] Re: Disable input button, using wrong HTML code?

2009-05-06 Thread Stephen Korecky
-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Jonathan Vanherpe (T T NV) Sent: Wednesday, May 06, 2009 9:35 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Disable input button, using wrong HTML code? stephen wrote: I created a test page here: http

[jQuery] Re: Disable input button, using wrong HTML code?

2009-05-06 Thread Stephen Korecky
On May 6, 9:46 am, Jonathan Vanherpe (T T NV) jonat...@tnt.be wrote: Stephen Korecky wrote: I tried that too, has same results... On May 6, 9:35 am, Jonathan Vanherpe (T T NV) jonat...@tnt.be wrote: stephen wrote: I created a test page

[jQuery] Re: Disable input button, using wrong HTML code?

2009-05-06 Thread Karl Swedberg
On May 6, 2009, at 10:59 AM, Stephen Korecky wrote: On May 6, 9:46 am, Jonathan Vanherpe (T T NV) jonat...@tnt.be wrote: the 'correct' way is disabled=disabled, though. Jonathan -- Jonathan Vanherpe - Tallieu Tallieu NV - jonat...@tnt.be Ah, that makes more sense then, I know the

[jQuery] Re: Disable input button, using wrong HTML code?

2009-05-06 Thread RobG
On May 7, 12:46 am, Jonathan Vanherpe (T T NV) jonat...@tnt.be wrote: Stephen Korecky wrote: I tried that too, has same results... On May 6, 9:35 am, Jonathan Vanherpe (T T NV) jonat...@tnt.be wrote: stephen wrote: I created a test page