$("button").attr("disabled","true");简单粗暴不就好了····
2016-04-01
大家一定要记得一如jQuery的库文件哦!<a href="javascript:change()">更多</a> <ul>7个<li> </ul> <script type="text/javascript">function change(){if($("a").html()=="更多"){ $("a").html("简化"); $("li:eq(0),li:eq(1)").hide();}else{ $("a").html("更多"); $("li").show(); }}</script>