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 know how
to fix this?


$("#button").attr("disabled","disabled");
--
Jonathan Vanherpe - Tallieu & Tallieu NV - jonat...@tnt.be

Reply via email to