hey. is there a way to manipulate only error div of specipic field? like if i
got:
<label> uaboutme2222222 </label>
<input name='uaboutme' type='text' id='MyForm1uaboutmeInputfield'
value='dsadsad' maxlength='45' />
</div>
the error div that its generates its :
<label for="'MyForm1uaboutmeInputfield" generated="true"
class="error">Please enter a value of at least 2 characters.</label>
so i want to do somthing like
label #'MyForm1uaboutmeInputfield { postion : left 1px... color:red }
got me?> change only the spepic field div propetiy..
is that possible?
--
View this message in context:
http://www.nabble.com/jquery-validation-and-error-div...help-tf3543666s15494.html#a9892649
Sent from the JQuery mailing list archive at Nabble.com.