On Apr 9, 2007, at 4:31 PM, Geoffrey Knutzen wrote:
Again,
Press send, find answer.....
I answered my own question
$("table").css("borderCollapse","collapse")
I had led myself down the wrong path and was totally lost
Thanks anyway
Hi Geoff,
that's fine if you want to *set* the borderCollapse property to
"collapse" for all tables. But if you are trying to select them,
using .each() with an if statement inside or Brandon's .filter()
suggestion would be want you need.
Cheers,
--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com