Hello,
I created an HTML form that corresponds to a style in a css file. But I want to use Jquery validation and so how can I integrate it properly without destroying the CSS?
Hello,
I created an HTML form that corresponds to a style in a css file. But I want to use Jquery validation and so how can I integrate it properly without destroying the CSS?
Script code and style don't generally interact unless there are script directives to do so. If you have a specific issue in this regard please explain and give us a link to the page where the problem is evident. Also, unless the problem is immediately apparent, tell us what we must do to observe it in action.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
so how can i get it to work with my html form properly?
Your problem is SPECIFIC to your code, your website, and your plans.
We must see code, an example page, or have a lot more explanation before we can help.
JQuery should work with CSS, assuming both are setup correctly. CSS is styling only, and JQuery is behavior. They should work "together" unless something is wrong with names (like JQuery looks for "inputa" and CSS is setup for "input1", etc.). Based on the information you have given us, that is the most specific answer we can give, so if that does not fully answer your question, find a way to make us understand what is wrong.
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Bookmarks