var searchButton = $(this);
searchButton.button("option","disabled",true);
.button("option","disabled",true)这个方法搜了一下jquery mobile和jquery_UI api也没看到有相应示例,为何不直接用.button("disabled")?谢谢
是设置按钮状态的 。jquery_UI api里面有的。http://www.runoob.com/jqueryui/api-button.html这里可以看看