Ok so I got a form from this site: http://bassistance.de/jquery-plugins...in-validation/
and I looked at their example and it had the class set for one called "required" for their textbox.
but mine which is tied to css is set with another class:Code:<textarea id="ccomment" name="comment" class="required"></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 helpCode:<input name="from" type="text" value="" class="input-textarea"/>
Here is my css:
http://pastebin.com/m3c019dbc



Reply With Quote

Bookmarks