2017年5月8日

摘要: 在jQuery中,你可以很容易的使用css 类名和id来获得元素。 例如: 1 ID: #id $(‘#ida’)—选择id 为ida的所有元素,不管元素的标签名如何。 $(‘div#ida’)—选择id为ida的所有div标签元素。 2 Class:.classname $(‘.classA’)— 阅读全文
posted @ 2017-05-08 23:22 aivnfjgj 阅读(1548) 评论(0) 推荐(0)
摘要: <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title></title> <link rel="stylesheet" href="imooc.css" type="text 阅读全文
posted @ 2017-05-08 22:06 aivnfjgj 阅读(80) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title></title> <link rel="stylesheet" href="imooc. 阅读全文
posted @ 2017-05-08 21:53 aivnfjgj 阅读(77) 评论(0) 推荐(0)
摘要: <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title></title> <style> div { width: 100px; height: 90px; float: l 阅读全文
posted @ 2017-05-08 21:51 aivnfjgj 阅读(76) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title></title> <style> div { width: 100px; height: 阅读全文
posted @ 2017-05-08 21:50 aivnfjgj 阅读(78) 评论(0) 推荐(0)
摘要: <html><head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title></title> <style> div { width: 100px; height: 90px; float: le 阅读全文
posted @ 2017-05-08 21:47 aivnfjgj 阅读(87) 评论(0) 推荐(0)
摘要: <html><head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title></title> <style> div { width: 100px; height: 90px; float: le 阅读全文
posted @ 2017-05-08 21:43 aivnfjgj 阅读(153) 评论(0) 推荐(0)
摘要: <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title></title> <script src="http://code.jquery.com/jquery-1.11.3. 阅读全文
posted @ 2017-05-08 21:42 aivnfjgj 阅读(108) 评论(0) 推荐(0)
摘要: <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title></title> <script src="http://code.jquery.com/jquery-1.11.3. 阅读全文
posted @ 2017-05-08 21:41 aivnfjgj 阅读(81) 评论(0) 推荐(0)
摘要: <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title></title> <script src="http://code.jquery.com/jquery-1.11.3.js"></s 阅读全文
posted @ 2017-05-08 21:39 aivnfjgj 阅读(89) 评论(0) 推荐(0)
摘要: <head> <meta charset="utf-8"/> <title>第一个简单的jQuery程序</title> <style type="text/css"> div{ padding:8px 0px; font-size:12px; text-align:center; border:s 阅读全文
posted @ 2017-05-08 21:36 aivnfjgj 阅读(141) 评论(0) 推荐(0)
摘要: <html><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <script type="text/javascript" src=http://libs.baidu.com/jquery/1.9.1 阅读全文
posted @ 2017-05-08 21:04 aivnfjgj 阅读(104) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-05-08 16:11 aivnfjgj 阅读(85) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-05-08 15:29 aivnfjgj 阅读(128) 评论(0) 推荐(0)

导航