jquery.validate.personnummer

jQuery validator plugin for Swedish SSN


Keywords
jquery, plugin, personnummer
License
MIT
Install
bower install jquery.validate.personnummer

Documentation

jQuery validate plugin for Swedish SSN

This is a plugin for jQuery validate that validates a swedish SSN (personnummer)

Example

<form method="POST" action="/action">
  <input type="text" class="personnummer required">
  <input type="submit" value="Submit">
</form>
<script>
$("form").validate();
</script>