摘要: 1、会飞的lihtml: 中国 美国 德国 俄罗斯 越南 jq: $(function () { $("li").click(function () { var $curLi = $(this); //被点击的li jq对象 if ($curLi.parent().attr("id") == "ulL") { $curLi.css("position", "absolute").... 阅读全文
posted @ 2014-01-15 14:18 蜡笔小新111 阅读(379) 评论(0) 推荐(0)