tags:

views:

7

answers:

0

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');