silver163
10-24-2009, 04:04 AM
Ok so I got a form from this site: http://bassistance.de/jquery-plugins/jquery-plugin-validation/
and I looked at their example and it had the class set for one called "required" for their textbox.
<textarea id="ccomment" name="comment" class="required"></textarea>
but mine which is tied to css is set with another class:
<input name="from" type="text" value="" class="input-textarea"/>
as I understand their's is referenced in javascript validator file but how can I integrate this validation and not destroy my css? please help
Here is my css:
http://pastebin.com/m3c019dbc
and I looked at their example and it had the class set for one called "required" for their textbox.
<textarea id="ccomment" name="comment" class="required"></textarea>
but mine which is tied to css is set with another class:
<input name="from" type="text" value="" class="input-textarea"/>
as I understand their's is referenced in javascript validator file but how can I integrate this validation and not destroy my css? please help
Here is my css:
http://pastebin.com/m3c019dbc