I want to change multiple textbox colors automatically using the class property.
<input type="text" Class="ChangeColor" />
<input type="text" Class="ChangeColor" />
<input type="text" Class="ChangeColor" />
Text Box 1 : If I Type 25 (Positive value), then the font color is green
Text Box 2 : If I Type -2 (negative value), then the font color is red
Text Box 3 : If I Type 0, then the font color is black
Note: I do not want to use Unique ID's.