Uncaught InvalidStateError: Failed to read the 'selectionDirection' property from 'HTMLInputElement': The input element's type ('hidden') does not support selection.
谁遇到过这样的问题,一个页面有5个 input type=”hidden“ jquery报错
Uncaught InvalidStateError: Failed to read the 'selectionDirection' property from 'HTMLInputElement': The input element's type ('hidden') does not support selection.
谁遇到过这样的问题,一个页面有5个 input type=”hidden“ jquery报错
10 回答11.1k 阅读
6 回答3k 阅读
5 回答4.8k 阅读✓ 已解决
4 回答3.1k 阅读✓ 已解决
2 回答2.7k 阅读✓ 已解决
4 回答2.5k 阅读✓ 已解决
3 回答2.3k 阅读✓ 已解决
I made the same mistake.
I forgot get the hidden value.
I think u just wanner get the value,but forgot use val() method.