摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf- 阅读全文
posted @ 2013-04-22 21:56 奇奇博客 阅读(266) 评论(0) 推荐(0)
摘要: <title></title> <script src="jquery-1.9.1.js" type="text/javascript"></script> <script type="text/javascript"> $(function () { //如果clone()方法的参数为true,则此元素的事件也会被复制,如果为空(默认为false),则事件不会被复制 $('#img1').click(function () { $(this).clone(t 阅读全文
posted @ 2013-04-22 21:45 奇奇博客 阅读(111) 评论(0) 推荐(0)
摘要: <title></title> <style type="text/css"> img { width:50px; height:50px; } table { width:600px; height:400px; } table tr td{ border:solid 1px #eee;} </style> <script src="Jquery1.7.js" type="text/javascript"></script> ... 阅读全文
posted @ 2013-04-22 21:42 奇奇博客 阅读(145) 评论(0) 推荐(0)
摘要: <title></title> <script src="jquery-1.9.1.js" type="text/javascript"></script> <script type="text/javascript"> function backgorundColor(i) { // this.document.body.style.backgroundColor = i; // this.document.getElementById('div1').st 阅读全文
posted @ 2013-04-22 21:41 奇奇博客 阅读(362) 评论(0) 推荐(0)
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head> <title></title> <style type="text/css"> #titleDiv { w 阅读全文
posted @ 2013-04-22 21:22 奇奇博客 阅读(311) 评论(0) 推荐(0)