Open unruthless opened 13 years ago
http://www.alistapart.com/articles/forward-thinking-form-validation/
Rather than this $('#status').html(statuses[status]); nonsense.
$('#status').html(statuses[status]);
http://www.alistapart.com/articles/forward-thinking-form-validation/
Rather than this
$('#status').html(statuses[status]);
nonsense.