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 8711751
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T04:57:35+00:00 2026-06-13T04:57:35+00:00

I am using Jquery Validation Engine http://posabsolute.github.com/jQuery-Validation-Engine/ and I just want to reveal a

  • 0

I am using Jquery Validation Engine http://posabsolute.github.com/jQuery-Validation-Engine/ and I just want to reveal a hidden loading gif once the form has been found to be valid.

ie

  • user submits form

  • if form is valid:
    $(‘#lulus-loading-div’).show();

I have tried this, but no luck there:

  • Jquery and jQuery-Validation-Engine

I seem to be having no luck implementing the onSuccess() callback function.

I don’t doubt that it works swimmingly, I am unfortunately ignorant of the correct syntax, and have had no luck with docs : /

At the moment I have:

jQuery(document).ready(function(){
        jQuery("#model-form").validationEngine({

           onSuccess: function(){
              $('#lulus-loading-div').show();
           });
        });

 });

This calls onSuccess() the first time a single field validates, then if you try to submit form incomplete, it submits without flagging errors.

Any help or suggestions would be greatly appreciated 🙂

if you need any more details please let me know.

  • 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-13T04:57:37+00:00Added an answer on June 13, 2026 at 4:57 am

    Validation Engine does not have anything (working) to accomplish such task.

    Assuming that your form uses page reload – but should work with ajax based no-reload submissions as well.

    At one time I needed something like it and I wrote a quick’n’dirty hack, which does just that.

    I use version 2.5.2

    Find this code (around line 240-250)

    form.trigger("jqv.form.result", [errorFound]);
    

    Right before it add this code:

    if (options.jpAfterSuccessValidation && !errorFound) {
        options.jpAfterSuccessValidation();
    }
    

    On the very bottom, in default, append to (add after) “fadeDuration”

    fadeDuration: 0.3,
    jpAfterSuccessValidation: false //launches callback, if all fields validate
    

    and use it like this:

    jQuery("#model-form").validationEngine({
        jpAfterSuccessValidation: function(){
        $('#lulus-loading-div').show(); //this will pull-up your info dialog
        }
    });
    

    Your “lulus-loading-div” will stay visible until page holding form reloads (and form gets submited).

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

Sidebar

Related Questions

I'm using the jQuery validation engine to parse my form data: https://github.com/posabsolute/jQuery-Validation-Engine What would
I'm using from it https://github.com/posabsolute/jQuery-Validation-Engine I wonder how to make the prompts should to
Has anyone used the jQuery Validation Engine (at http://posabsolute.github.com/jQuery-Validation-Engine/ ) with jQuery 1.4.2? In
i using this JQuery Form Validation Plugin. https://github.com/posabsolute/jQuery-Validation-Engine I am able to attach it
Im using this validation plugin: https://github.com/posabsolute/jQuery-Validation-Engine The email input field i have should validate
i am using Jquery Validation Engine (https://github.com/posabsolute/jQuery-Validation-Engine) for one of my forms. The Validation
Iam using this Formplugin engine for Validation http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/ it has method such as noSpecialCaracters
I'm using this script ( http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/ ) to valdate my form etc, which also
I am using this form validator (http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/) and am having issues getting it to
Using jquery validation: http://docs.jquery.com/Plugins/Validation I am also validating each field on blur: //validate each

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.