Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在代码中禁用 Windows Phone 7 键盘输入范围在我的文本框中的自动完成功能。
我该怎么做?
谢谢你。
Text当您有InputScope时自动完成。将其更改为Default,完成将消失。
Text
Default
What's wrong with this?
$('tbody').on('click', '.expand', function () { var $button = $(this); var chart = $button.closest('tr').attr('chart'); $('tr[chart="' + chart +