It's because $(this) wraps it in a jQuery object which does not support the method reportValidity() . It must be called on the native DOM element.
確定! 回上一頁