html源码:
链接
js源码:
$(“#gotoPage”).attr("disabled",true); //设置成灰色不可点击
$("#gotoPage").css("pointer-events","none"); //设置鼠标事件不可用