欢迎加QQ共同学习:942389183

摘要: META标签,是HTML语言HEAD区的一个辅助性标签。在几乎所有的page里,我们都可以看到类似下面这段html代码: <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> </head> 这就是ME 阅读全文
posted @ 2016-07-25 09:43 Turbo12138 阅读(218) 评论(0) 推荐(0)
摘要: SASS 初学者入门 Sass 是什么? Sass 是Syntactically Awesome Stylesheete Sass的缩写,是由Hampton Catlin开发的。 Sass可以简化你的Css工作流,并可以使你的Css的扩展和维护工作变的更加容易! 例如,曾几时何,因为客户的需求的变更 阅读全文
posted @ 2016-07-11 12:38 Turbo12138 阅读(230) 评论(0) 推荐(0)
摘要: 要删除除了header之外的行,可以用如下选择器: $(’.table .row:not(.header)’).remove(); 阅读全文
posted @ 2016-07-09 11:37 Turbo12138 阅读(88) 评论(0) 推荐(0)
摘要: 回调函数原理: 我现在出发,到了通知你”这是一个异步的流程,“我出发”这个过程中(函数执行),“你”可以去做任何事,“到了”(函数执行完毕)“通知你”(回调)进行之后的流程 例子 1.基本方法 ? 1 2 3 4 5 6 7 8 9 10 11 12 <script language="javasc 阅读全文
posted @ 2016-07-04 18:13 Turbo12138 阅读(255) 评论(1) 推荐(0)
摘要: html部分 jquery部分(也就是要引入的JS) CSS部分 阅读全文
posted @ 2016-07-04 09:44 Turbo12138 阅读(211) 评论(0) 推荐(0)
摘要: https://yunpan.cn/cRVbd9JfuEPu6 访问密码 7d5c 魔兽!不用谢 我叫雷锋…… 阅读全文
posted @ 2016-06-12 16:37 Turbo12138 阅读(156) 评论(0) 推荐(0)
摘要: CSS命名规则 头:header 内容:content/containe 尾:footer 导航:nav 侧栏:sidebar 栏目:column 页面外围控制整体布局宽度:wrapper 左右中:left right center 登录条:loginbar 标志:logo 广告:banner 页面 阅读全文
posted @ 2016-06-08 16:52 Turbo12138 阅读(188) 评论(0) 推荐(0)
摘要: http://www.juheweb.com/js/tc/ 阅读全文
posted @ 2016-06-08 11:01 Turbo12138 阅读(135) 评论(0) 推荐(0)
摘要: <html><head> <meta charset="utf-8"> <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"> <script type="text/javascript" src="../jquery-2.1.4 阅读全文
posted @ 2016-06-08 09:23 Turbo12138 阅读(177) 评论(0) 推荐(0)
摘要: JQuery实现广告效果(滚动切换) JQuery实现广告效果(滚动切换) Html+css 效果如上图 代码: Java代码 <!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> <script 阅读全文
posted @ 2016-06-08 08:59 Turbo12138 阅读(1177) 评论(0) 推荐(0)