Changing text color with CSS
Hey Guys. I am trying to change the color of an astrix to red using jQuery. For I can't seem to get it to work. Can anyone please help? I would really appreciate it. Below is my jquery code and my HTML code. I just posted one of 20 of my td's (Please note I am also new to jquery)
- $("table").find(HTML("*")).css(color:"red")
- <table>
<form action=“#” method="POST" >
<tr class="title">
<td> *Please Enter your full name</td></tr>
<tr> <td><input type="text" name="name" id="name" size="50" required="required"> </td> </tr>
</table>