DiegoLopesLima / validate

A simple jQuery plugin to validate forms.
301 stars 217 forks source link

Events not working to posterior fields #23

Closed DiegoLopesLima closed 11 years ago

DiegoLopesLima commented 11 years ago

Update this sintax:

$(selector).on('event', function() {});

To this:

$(document).on('event', selector, function() {});