What's the best approach to reseting/clearing a form that has field hints? And It's not working right. How do I call it in the form?
I have this:
$(':input','#qForm')
.not(':button, :submit, :reset, :hidden')
.val('')
.removeAttr('checked')
.removeAttr('selected');