Il mio form, ha un unico campo text, che all'invio resta compilato.
Come posso fare per svuotarlo al submit?
codice:<script type="text/javascript"> // wait for the DOM to be loaded $(document).ready(function() { // bind 'bidForm' $('#bidForm').ajaxForm(function(data) {}); return false; }); </script>![]()

Rispondi quotando