摘要: 1 attr() 方法设置或返回被选元素的属性值。$("button").click(function(){ $("img").attr("width","180");});2 append() 方法在被选元素的结尾(仍然在内部)插入指定内容。$("button").click(function() 阅读全文
posted @ 2018-06-21 22:20 sun1987 阅读(149) 评论(0) 推荐(0)
摘要: Document 开发区内部留言板 帐号: 口令: Document 开发部内部留言板 返回首页 ... 阅读全文
posted @ 2018-06-21 20:33 sun1987 阅读(87) 评论(0) 推荐(0)
摘要: Document 弹出 X 阅读全文
posted @ 2018-06-21 18:48 sun1987 阅读(125) 评论(0) 推荐(0)
摘要: Document connect_error?die():""; $pcode=$_POST['pcode']; $sql="select id,area_name from dt_area where area_parent_id = '{$pcode}'"; $result... 阅读全文
posted @ 2018-06-21 18:46 sun1987 阅读(99) 评论(0) 推荐(0)