.button("disabled")
var searchButton = $(this);
searchButton.button("option","disabled",true);
.button("option","disabled",true)这个方法搜了一下jquery mobile和jquery_UI api也没看到有相应示例,为何不直接用.button("disabled")?谢谢
var searchButton = $(this);
searchButton.button("option","disabled",true);
.button("option","disabled",true)这个方法搜了一下jquery mobile和jquery_UI api也没看到有相应示例,为何不直接用.button("disabled")?谢谢
2014-12-29
举报