Commit History

Author SHA1 Message Date
  nghuuphuoc b78237acce #140: Don't init the hidden field 12 years ago
  phuoc 094c74d1c1 Update README 12 years ago
  phuoc 33cb378f79 Merge from v0.4.0 branch 12 years ago
  phuoc 1b5ee03cc1 Merge branch 'v0.4.0' 12 years ago
  phuoc e1ca86724e Cleanup 12 years ago
  Phuoc Nguyen a3effbca23 Merge pull request #140 from easonhan007/master 12 years ago
  easonhan f0b6dce7b7 do not validate field when it is hidden 12 years ago
  nghuuphuoc 65059a3022 #109: Add setLiveMode method 12 years ago
  nghuuphuoc 2b80be973a #14, #57: validator's html5Attributes now maps the HTML 5 attribute with validator options 12 years ago
  nghuuphuoc c6b47355cd #126: Don't disable the submit button when calling custom submit handler 12 years ago
  nghuuphuoc 8bd3b5378f Cleanup 12 years ago
  nghuuphuoc 8eb8b776cc Show the invalid icon when the remote/callback returns true but the field doesn't pass other validator 12 years ago
  phuoc aeb7cde40e Cleanup 12 years ago
  phuoc ad697ac4bf #137: Create *.jquery.json 12 years ago
  phuoc 4d022725a6 #136: Update identical and different validators due to the changes of updateStatus() method 12 years ago
  phuoc 118178743b #136: Support multiple elements with the same name 12 years ago
  nghuuphuoc 92632c6994 #146: Add validateFieldElement 12 years ago
  nghuuphuoc cd2e9f0c85 Add more examples 12 years ago
  nghuuphuoc e7b3f3de7a Fix stringLength issue that always required 12 years ago
  nghuuphuoc 644cc8cbc0 #136: Remove this.dfs variable. Store the validate result for each field via data() 12 years ago
  nghuuphuoc d42029016e #135: The integer validator supports HTML 5 type="number" attribute 12 years ago
  nghuuphuoc d2c2329be9 #135: Add integer validator 12 years ago
  phuoc 9fab26dceb #74, #103, #122: Add trigger option (can be set using data-bv-trigger attribute). Can be set for each field or all fields 12 years ago
  phuoc 8a1d33b186 #14, #57: Support HTML5 color input 12 years ago
  phuoc 6f00528a8d #14, #57: Support maxlength attribute 12 years ago
  phuoc a5f52c22df #14, #57: Support HTML 5 min attribute 12 years ago
  phuoc a6a11637a0 #14, #57: Support HTML 5 max attribute 12 years ago
  nghuuphuoc a927b4285f #14, #57: Support HTML5 pattern input 12 years ago
  nghuuphuoc 25e852041e #14, #57: Support URL input (type="url") 12 years ago
  nghuuphuoc 4b06210eca #14, #57: Support email input (type="email") 12 years ago