Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7833097
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T12:33:47+00:00 2026-06-02T12:33:47+00:00

I am currently using the jquery validation plugin that can be found at: http://bassistance.de/jquery-plugins/jquery-plugin-validation/

  • 0

I am currently using the jquery validation plugin that can be found at: http://bassistance.de/jquery-plugins/jquery-plugin-validation/. I have been searching google and am having issues figuring out how to make the error appear in the textbox that triggers the error on submit. I am open to using a different plug-in if this result can be achieved in a much simpler manner.

Any help would greatly be appreciated, thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T12:33:49+00:00Added an answer on June 2, 2026 at 12:33 pm

    I think you need to call the error placement function:

        
    
        $("#form_id").validate({
            rules: {
                field: { required: true, email: true }
            },
            messages: {
                field: { required: "" , email: ""}
            },
            errorPlacement: function (error, element) {
                if (element.attr("id") == "field_id") {
                    $('#target_error_placement_id').html(error);
                }
             }
        });
    
        
    

    Is that your problem?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im using jQuery's validation which can be found here: http://docs.jquery.com/Plugins/Validation/rules#.22add.22rules I currently have some
hope you can help me on this one, I'm currently using this: jQuery plugin:validation
I am using jquery validation plugin. I have an html that looks like: <h2>Select
I'm using the jQuery Validation plugin on my forms. I have some groups of
I am using the jquery validation plugin to validate a form. I have the
I'm currently using the jQuery Validate plugin for my input validation. It is used
I am using Jquery Validation . Currently, I have a username, what i want
I'm currently using jQuery.validate as a plugin for validation... my problem comes into play
Currently using jQuery validation plugin , is it possible to consolidate all the errors
I'm currently using jQuery Cookies plugin, and depending on which side of the page

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.