上一页 1 ··· 6 7 8 9 10
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>心的跳动</title> <style type="text/css"> *{ margin: 0; padding: 0; } body { width: 100 阅读全文
posted @ 2017-08-21 22:21 生命不止追求不断 阅读(119) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>切换</title> <script src="js/jquery.min.js"></script> <style> ody{ font-size: 13px;} 阅读全文
posted @ 2017-08-21 22:11 生命不止追求不断 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 标签选择器 a id选择器 #a 类选择器 .a 群组选择器 a1,a2,a3 后代选择器 a img 通配选择符 * 阅读全文
posted @ 2017-08-17 22:20 生命不止追求不断 阅读(130) 评论(0) 推荐(0) 编辑
摘要: document.write(parseInt(Math.random()*39)) //输出39随机数 可获取0到38的随机整数。 因为是从0开始为一个数 0到38 就有 39个数 阅读全文
posted @ 2017-08-17 22:05 生命不止追求不断 阅读(157) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <link rel="stylesheet" type="text/css" href="css/qq.css"> <script 阅读全文
posted @ 2017-08-17 21:52 生命不止追求不断 阅读(317) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head> <meta charset="UTF-8"> <title>Document</title> <script src="http://cdn.static.runoob.com/libs/angular.js/1.4.6/angular.min 阅读全文
posted @ 2017-08-17 21:39 生命不止追求不断 阅读(120) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>表白墙</title> <script type="text/javascript" src="js/jquery.min.js"></script> <style 阅读全文
posted @ 2017-08-17 21:08 生命不止追求不断 阅读(166) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>jquery</title> <script type="text/javascript" src="js/jquery.min.js"></script> <sc 阅读全文
posted @ 2017-08-15 22:14 生命不止追求不断 阅读(356) 评论(0) 推荐(0) 编辑
摘要: <title>jquery</title> <script type="text/javascript" src="js/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ al 阅读全文
posted @ 2017-08-15 20:42 生命不止追求不断 阅读(79) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10