problem about jquery-validation-engine-Collection of common programming errors


  • Ben McCormick
    javascript jquery jquery-validation-engine
    When I add this regex into validation engine I get a javascript error: “unexpected token”, it seems that the regex is wrong because it is underline with red, why? “time1”:{ “regex”: ^([0-9]|0[0-9]|1[0-3]|2[0-3]):[0-5][0-9]$,”alertText”: “* Invalid Time” }

  • j0k
    jquery ajax jquery-validation-engine
    I am currently implementing validations and we badly need ajax inline validation working with validation engine. I downloaded the newest version and demos from github. And I think there is an js error. Please have a look at the example that exactly reproduces the error I get in my own code.http://www.position-relative.net/creation/formValidator/demos/demoAjaxInlinePHP.htmlPlease run it in firefox with firebug open, enter the right name (karnius), you can clearly see that an ajax request is perfo

  • Sparky
    php jquery codeigniter jquery-validation-engine
    I want to do Existing Email Check with Validation Engine.But there is a problem showing in firebug console like below:A PHP Error was encounteredSeverity: NoticeMessage: Undefined index: reg_emFilename: controllers/user.phpLine Number: 170[“email”,true]Ajax error: 200 parsererrorHere is my jquery.validationEngine-en.js:”ajaxCheckEmail”: {“url”: base_url+”user/checkEmailExistence/”,”extraDataDynamic”: [‘#reg_em’],”alertTextOk”: “* This email is available”,”alertText”: “* This email is already t

  • j0k
    asp.net localization master-pages jquery-validation-engine
    I am using validationEngine jquery 2.6.2 for validation in ASP.NET. I want to load its language rules file according to the language selected like English or Japanese. I am using master page in the application. Give some solution for this.

  • j0k
    jquery jquery-ajax jquery-validation-engine
    my jquery validation form is not validate ..here is the code like<script type=’text/javascript’>$(document).ready(function(){$(‘#frm’).validationEngine(‘validate’);}); </script><div id=’gap’> </div><div id=’main’><div id=’login-box’><h2><span> “.HD_LOGIN.” </span></h2><table align=’center’><form id=’frm’ name=’frm’ ><tr> <td class=’name’> <span>”.LBL_USERNAME.” </span> </td><td> <span&g

  • Ben
    jquery forms validation jquery-validation-engine
    I have a custom validation function to verify that two password fields match using jQuery-Validation-Engine:<input type=”password” class=”validate[required,funcCall[checkPassordMatch],maxSize[25]]”…But if the field is not populated, and the form is submitted, I get the following exception:Uncaught TypeError: Cannot read property ‘checkPassordMatch’ of undefined Is there any way I can only run this validation only if the input is populated, or if “required” passes first?For reference, my fun

  • Mike
    jquery ckeditor jquery-validation-engine
    I have searched the site (and Google) and cannot find a working solution for my problem.I’m using Posabsolute’s Validation-Engine, and it is working just fine. Except for my problem children – my CKeditor formatted textareas.I know that I need to evaluate the textarea using CKEditor.instances.textareaid.updateElement(), but can’t get it to work.Anyone have any hints/solutions on how to work this? Perhaps there is a setting in the validationEngine.js that I need to override?Any pointers will be

  • j0k

  • j0k
    jquery wordpress wordpress-plugin-dev jquery-validation-engine
    I have a rather complicated form in a file I’ve named newuser.php. I am using a WordPress plugin that allows in post/page php to include the file inside a WordPress page (I’m using the Suffusion theme). I am also trying to develop my own plugin (first time) and I am using that to enqueue all the necessary script and css files. I am loading my javascript files in the footer and jquery itself is being loaded in the header.As near as I can tell I have instantiated jquery.validationEngine correctly

Web site is in building