Results 1 to 5 of 5

Thread: forms

  1. #1
    Join Date
    Mar 2009
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default forms

    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?

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    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

  3. #3
    Join Date
    Mar 2009
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    so how can i get it to work with my html form properly?

  4. #4
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    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

  5. #5
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Quote Originally Posted by djr33 View Post
    Your problem is SPECIFIC to your code, your website, and your plans.
    100% correct! And I would only add at this point:

    Please post a link to the page on your site that contains the problematic code so we can check it out.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •