jQuery.fn.reset = function () {
  $(this).each (function() { this.reset(); });
}

