    function resetForm(id) {
        $('#'+id).each(function() {
            this.reset() ;
        }) ;
    }
