We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hallo!
If in this function it finds an element without tagName it gives an error for being undefined.
$.fn.resetForm = function() { return this.each(function() { var el = $(this); **var tag = this.tagName;**
I believe that it can happen in other places that also use tagName.
Greetings