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

  • Home
  • SEARCH
  • 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 8269679
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T06:18:35+00:00 2026-06-08T06:18:35+00:00

I am using the validationengine with .NET so don’t use the traditional class=validate[required] on

  • 0

I am using the validationengine with .NET so don’t use the traditional class=”validate[required]” on some pages as I have a few logical forms on the page and don’t want the whole form validated in one go so instead use the following:

$j(document).ready(function () {
     $j("#btnSave").click(function (e) {
         if ($j("#lstCustomerType").val() == "") {
             jQuery('#lstCustomerType').validationEngine('showPrompt', 'Please select a customer type', 'error', true);
     });
 });

The only problem I am having is that the showArrow parameter appears to do nothing. Regardless of what I try the arrow never shows and I end up with just a popup above the textbox. On the pages that I do use class=”validate[required]” the arrows show as expected. Does anybody know if it is a limitation of the manual showing of a popup or the syntax to get it to work?

  • 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-08T06:18:36+00:00Added an answer on June 8, 2026 at 6:18 am

    Just spent all day trying to figure this one out. Here’s the proper syntax for displaying those pesky arrows:

    $('#ed').validationEngine('showPrompt', validationDate, 'error', 'topRight', true);
    

    It seems that you need to provide all of the “optional” parameters or else the instantiation fails. I kept leaving out ‘topRight’ and the arrows would never appear. As soon as I put the position parameter in, the arrows show up.

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

Sidebar

Related Questions

In our project we are using ValidationEngine, and we don't have the ability to
I'm using the validationEngine script to validate a form. I init it with: $(#formid).validationEngine();
Using C# .NET 3.5 and WCF, I'm trying to write out some of the
I am doing validation using ValidationEngine plugin. But I need to validate a text
I'm using jquery.validationengine.en.js to (custom )validate my form fields. For one field, I'm using
I'm using jQuery to validate an input form. I have values in my input
I am using Position Absolute's jQuery validationEngine but I need to remove it after
jQuery(document).ready(function(){ $(#submitButton).click(function () { if ( $(#formToSubmit).validationEngine('validate') == true) { $(#formToSubmit).submit(); } }); I
Using android 2.3.3, I have a background Service which has a socket connection. There's
I'm using this jQuery Validation script to submit my form(s), but I need some

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.