View Single Post
Old 12-09-2005, 06:41 AM   PM User | #9
mindlessLemming
Senior Coder

 
Join Date: Oct 2003
Location: Australia
Posts: 1,963
Thanks: 0
Thanked 0 Times in 0 Posts
mindlessLemming is an unknown quantity at this point
nice. what about html classes?

That's cool, but it's pretty standard for me to use classes on inputs to make up for IE's lame CSS2 selector support (such as input[type='text'] {....}).
the ones I use every time are:
Code:
<input type="text" class="txt" ........ />
<input type="submit" class="btn" ....... />
So how about an optional class attrib?

Personally, I'd also move all the add() params to an object literal. That's just preference though, not really a technical consideration
__________________

I take no responsibility for the above nonsense.


Left Justified
mindlessLemming is offline   Reply With Quote