jval

jQuery and jVal Validation Plug-in. Adding an attribute to an element.

I'm trying to add the jVal attribute to a textbox that I created in the HTML. <input id="subJobName" type="text" jval="{valid:function (val) { return validateSubJobName(val); }, message:'Name already exists or is longer than 14 characters.', styleType:'cover'}" /> I would let to add /set the jVal in the javascript instead. 2 reasons ...

JVal - Mixed Character Validation

G'day, Im trying to validate a 7 or 8 character mixed string. Basically its a user number with 1 or 2 A-Z characters prefixed onto a 6 digit nuimerical string. Chris ...