玲儿灵

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2014年9月28日

摘要: 文本格式化:1 This text is bold2 This text is strong3 This text is big4 This text is emphasized5 This text is italic6 This text is small7 This text contains... 阅读全文
posted @ 2014-09-28 17:39 玲儿灵 阅读(313) 评论(0) 推荐(0) 编辑

摘要: 1 Knockout简介Knockout是一个轻量级的UI类库,通过应用MVVM模式使JavaScript前端UI简单化。Knockout是一个以数据模型(data model)为基础的能够帮助你创建富文本,响应显示和编辑用户界面的JavaScript类库。任何时候如果你的UI需要自动更新(比如:更... 阅读全文
posted @ 2014-09-28 14:24 玲儿灵 阅读(452) 评论(0) 推荐(0) 编辑

摘要: 1 .car_li{display: block;float: left;padding: 10px 10px 50px 10px;background-color: #e8e8e8;cursor: pointer;}2 .car_li_cur{background-color: #436db3;}... 阅读全文
posted @ 2014-09-28 14:11 玲儿灵 阅读(210) 评论(0) 推荐(0) 编辑

摘要: 1 2 3 4 1 .searchBlock{width: 800px;height:120px;position: absolute;top:50%;left: 50%;margin-top: -97px;margin-left: -400px;padding: 15px ... 阅读全文
posted @ 2014-09-28 11:22 玲儿灵 阅读(368) 评论(0) 推荐(0) 编辑

摘要: 1 2 3 4 挑选爱车, 一分钟获得审批 5 6 7 8 9 等待电话回访,接受线下上门服务10 ... 阅读全文
posted @ 2014-09-28 11:16 玲儿灵 阅读(206) 评论(0) 推荐(0) 编辑

摘要: 1 2 3 4 5 6 7 8 9 10 1 #center1{ width:100%;min-height:634px !important;position: relative; margin:0 auto;position: ... 阅读全文
posted @ 2014-09-28 11:10 玲儿灵 阅读(272) 评论(0) 推荐(0) 编辑

2014年9月26日

摘要: 1 2 1 .image,.image_particulars{float: left;}2 .image{width: 300px;border: 1px solid silver;}3 .image_particulars{width: 300px;height: 300px;border: 1... 阅读全文
posted @ 2014-09-26 14:37 玲儿灵 阅读(215) 评论(0) 推荐(0) 编辑

摘要: html:1 css:1 .angle{2 width: 0px;3 height: 0px;4 border-bottom: 50px solid red;5 border-top: 50px solid transparent;6 border-left: 50px soli... 阅读全文
posted @ 2014-09-26 14:19 玲儿灵 阅读(174) 评论(0) 推荐(0) 编辑

2014年9月23日

摘要: 1.clone(),clone(ture),节点复制,元素复制追加。2.siblings([expr]):取得一个包含匹配的元素集合中每一个元素的所有唯一同辈元素的元素集合。可以用可选的表达式进行筛选。例如:$("div").siblings();$("div").siblings(".select... 阅读全文
posted @ 2014-09-23 15:26 玲儿灵 阅读(208) 评论(0) 推荐(0) 编辑

摘要: 1.选择器:js: $('.car_img_con img')[0];var jsObj = document.getElementsByClassName('sel_index_block')[0];jsObj.html();TypeError: undefined is not a fun... 阅读全文
posted @ 2014-09-23 12:31 玲儿灵 阅读(2429) 评论(0) 推荐(0) 编辑