Harsha M V
Harsha M V

Reputation: 54949

Jquery Form Validation Plugin Help

i using this JQuery Form Validation Plugin. https://github.com/posabsolute/jQuery-Validation-Engine

I am able to attach it to my form and validate it. i am not able to load the CSS file and position it in the right position.

http://bakasura.in/gaa/

Upvotes: 0

Views: 314

Answers (1)

Capitaine
Capitaine

Reputation: 2005

It seems you got a JavaScript error instead. Check it out first.

options is undefined
_validateField(field=[input#last_name.validate[required,minSize[1]]], options=undefined, skipAjaxValidation=undefined)jquery...gine.js (Zeile 402)
_onFieldEvent()jquery...gine.js (Zeile 183)
d(c=Object { originalEvent=Event blur, type="blur", mehr...})jquery....min.js (Zeile 16)
d(a=blur )jquery....min.js (Zeile 16)
[Bei diesem Fehler anhalten] options.isError = false; 

Here I recommend another jQuery validation plugin for client side validation, which is sophisticated and is written by a jQuery core team member.

Upvotes: 1

Related Questions