2017年3月9日

angular 经历实例——切换皮肤

摘要: 皮肤更换 初期 阅读全文

posted @ 2017-03-09 18:39 技术V类 阅读(318) 评论(0) 推荐(0) 编辑

想认识each()看这里

摘要: 以上是列表每个鼠标移动上去就显示各自的东西 执行的东西,要让每一个符合要求的都适用 每一个都要(搞)(遍历)一遍 w3cschool each() 方法规定为每个匹配元素规定运行的函数。 阅读全文

posted @ 2017-03-09 18:35 技术V类 阅读(176) 评论(0) 推荐(0) 编辑

2017年3月3日

记录备份

摘要: .navbar-static-top .nav.navbar-right > li > a { .navbar-static-top .nav.navbar-right > li > a { color: #fff; color: #fff; } controller的action angular里 阅读全文

posted @ 2017-03-03 13:15 技术V类 阅读(112) 评论(0) 推荐(0) 编辑

2017年2月28日

原型、作用域、闭包的完整解释(二)

摘要: 原型、作用域、闭包的完整解释(二):http://damoqiongqiu.iteye.com/blog/824444 http://3y.uu456.com/dl_0r8781dk4v721et5igxo_3.html 阅读全文

posted @ 2017-02-28 11:09 技术V类 阅读(133) 评论(0) 推荐(0) 编辑

关于AngularJS的常见问题(入门篇)

摘要: 大漠穷秋:有很多相关链接 https://my.oschina.net/mumu/blog/325241 阅读全文

posted @ 2017-02-28 10:24 技术V类 阅读(99) 评论(0) 推荐(0) 编辑

2017年2月27日

js 常用函数

摘要: trim()除首未空格;extend()合并对象—专题;serialize()把值编译成字符串; 阅读全文

posted @ 2017-02-27 11:59 技术V类 阅读(110) 评论(0) 推荐(0) 编辑

2017年2月24日

typeahead 表单,为用户提供提示或数据。自动补全typeahead.js

摘要: typeahead.js功能强但不支持响应式 官网:https://twitter.github.io/typeahead.js/ 例子:https://twitter.github.io/typeahead.js/examples/ 引用: <script src="https://twitter 阅读全文

posted @ 2017-02-24 17:31 技术V类 阅读(380) 评论(0) 推荐(0) 编辑

typeahead 表单,为用户提供提示或数据。自动补全bootstrap3-typeahead.js

摘要: typeahead.js bootstrap3-typeahead.js 还有jQuery ui 插件autocomplete 先说bootstrap3-typeahead.js符合bootstrap样式格式但是功能没有衍生typeahead.js强大: 官网:https://github.com/ 阅读全文

posted @ 2017-02-24 17:23 技术V类 阅读(2891) 评论(0) 推荐(0) 编辑

2017年2月21日

js判断undefined类型,undefined,null, 的区别详细解析

摘要: 5基本数据类型:Undefined、Null、Boolean、Number、String 引用数据类型:Object http://www.jb51.net/article/44472.htm js判断undefined类型 今天使用showModalDialog打开页面,返回值时。当打开的页面点击 阅读全文

posted @ 2017-02-21 10:56 技术V类 阅读(5253) 评论(0) 推荐(0) 编辑

2017年2月20日

AngularJS快速入门指南01:导言

摘要: http://www.cnblogs.com/jaxu/p/4483761.html AngularJS指令 本指南中使用过的AngularJS指令: AngularJS过滤器 本指南中使用过的AngularJS过滤器: 具体内容可以查看AngularJS快速入门指南06:过滤器。 AngularJ 阅读全文

posted @ 2017-02-20 10:06 技术V类 阅读(173) 评论(0) 推荐(0) 编辑

导航