$(document).ready( function() { $("input[type='text'],textarea").attr('spellcheck',false); });
这应该搜索页面上的所有文本框和teatarea,并将属性spellcheck =“false”添加到它们.