[jQuery] Re: Clearing a textarea doesn't work in IE6 using val("");

2009-08-31 Thread aquaone
why not use .text('') ? aquaone On Mon, Aug 31, 2009 at 17:54, reach4thelasers wrote: > > I've just tested it using IETester from > http://www.my-debugbar.com/wiki/IETester/HomePage > and it does work. > > However using the Xenobank IE6 browser from > http://www.xenocode.com/Browsers/ > it does

[jQuery] Re: Clearing a textarea doesn't work in IE6 using val("");

2009-08-31 Thread reach4thelasers
I've just tested it using IETester from http://www.my-debugbar.com/wiki/IETester/HomePage and it does work. However using the Xenobank IE6 browser from http://www.xenocode.com/Browsers/ it doesn't work, throwing the afforementioned error. Anyone know whether it works in an actual version of IE6