Quote:
Originally Posted by Sands
This might be a dumb question, but when you write input.text, you're assigning a class named "text" to the input, right? You're not adding that notation because the input type is text?
Code:
<input type="text" class="text" />
|
Correct, the class is "text".