大家一定要记得一如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>
$("#btnCheck").bind("click", function(){$.post("http://www.imooc.com/data/check_f.php",{num: $("#txtNumber").val()},
function (data) {//有错么?为啥没结果
function (data) {//有错么?为啥没结果
2016-03-31
提示一下,这两节内容老师教的都是教你怎么自己写插件 而不是教你用这个插件来干什么,这个插件之所以功能简单完全只是为了能让你看得懂,
http://www.imooc.com/data/jquery.lifocuscolor.js 自行打开插件内容查看写法。
http://www.imooc.com/data/jquery.lifocuscolor.js 自行打开插件内容查看写法。
2016-03-31