$("input:not(:button)").val("sdgfsddg");
***************************************************
<form>
<input type="button" value="Press me" /><br />
<input type="text" /><br />
<input type="text" /><br />
<input type="text" /><br />
</form>
********************************************
将input中text
$.ready()
:当页面解析/DOM树建立完成,并完成了诸如图片、脚本、样式表甚至是iframe中所有资源的下载后才触发的。