Hello , oh allmighty group ;-), I have a number of forms, which I validate with 'validate' plugin'. For all the required inputs I use 'required' class. The customer wants to have all the required fields of the forms marked with stars. I want to have it done with jQuery, but... how?
The html looks like this: <label for="dateStart">From:</label> <input name="data[dateStart]" type="text" class="required" value="" title="Pick the date" id="dateStart" /> How to do this? Any help would be appreciated! Thanks in advance! Radek