Nieuws

This is a basic walkthrough for the jQuery Validation Plugin. The assumed reader is someone who knows the basics of HTML, JavaScript, and jQuery but has probably never used a jQuery plugin before. By ...
Please help me. I use boostrap selectpicker and jquery validate. Jquery validate could not validate selectpicker, to validate selectpicker I have to include this in my code: $ ('#myform').validate ...
Building my first web site in a while. I'm using current versions of Bootstrap, jQuery, and the jQuery validate plugin. Problem is, the validation isn't working. Here's my code (bootstrap is ...
I'm trying to use the jquery validation plugin (http://docs.jquery.com/Plugins/Validation) and I need some help.It seems like it's always saying my form is valid even ...
For my current project I needed a custom validator method for the jQuery validator plug-in. I wanted to validate that a user has chosen a value from a combo box where the value is of type Guid. First ...