摘要:
三元运算符: 如名字表示的三元运算符需要三个操作数。 语法是 条件 ? 结果1 : 结果2;. 这里你把条件写在问号(?)的前面后面跟着用冒号(:)分隔的结果1和结果2。满足条件时结果1否则结果2。 <script type="text/javascript"> var b=5; (b == 5) 阅读全文
摘要:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title></title> <meta http-equiv="Refresh" content="0; url=http://gzpc.zfyyhz.com/gzkh/ 阅读全文
摘要:
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="utf-8"> <title>Bootstrap中文网</title> <meta name="viewport" content="width=device-width, initi 阅读全文
摘要:
setTimeout仅仅执行一次而已 setInterval() 重复执行 setTimeout(showDiv(执行的函数名),10000(秒)) setTimeout("alert('5 seconds!')(也可以是时间)",5000) setTimeout("document.getElem 阅读全文
摘要:
针对不同浏览器 transform: translate(50px,100px); -ms-transform: translate(50px,100px); /* IE 9 */ -webkit-transform: translate(50px,100px); /* Safari and Chr 阅读全文
摘要:
第一个知识点: 代码分别代表第一个li标签的样式第二个li标签的样式以此类推 .test li:nth-child(1):hover{} .test li:nth-child(2):hover{} .test li:nth-child(3):hover{} .test li:nth-child(4) 阅读全文
摘要:
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="utf-8"> <title>jQuery幻灯片插件ResponsiveSlides.js演示-缩略图_dowebok</title> <style> .wrap {position: 阅读全文
摘要:
<!doctype html> <html> <head> <meta charset="utf-8"> <title>无标题文档</title> <script src="http://libs.baidu.com/jquery/1.10.2/jquery.min.js"></script> <s 阅读全文
摘要:
<!doctype html> <html> <head> <meta charset="utf-8"> <title>无标题文档</title> <style> .conner{ position:fixed; background:url(http://img.zcool.cn/communit 阅读全文
摘要:
<!doctype html> <html> <head> <meta charset="utf-8"> <title>无标题文档</title> </head> <body> <div class="text11_pinglun"> <!-- 多说评论框 start --> <div class= 阅读全文