Skip to content

Instantly share code, notes, and snippets.

@thinkphp
Created June 16, 2010 13:47
Show Gist options
  • Select an option

  • Save thinkphp/440707 to your computer and use it in GitHub Desktop.

Select an option

Save thinkphp/440707 to your computer and use it in GitHub Desktop.
var validate = new checkerUsername('username',{
trigger: 'blur',
availableImage: 'checkmark.jpg',
takenImage: 'warning.jpg',
loading: 'ajax-loader.gif',
minLength : 3,
offset:{x: 4,y: 10},
url: ''
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment