摘要:
Here is the fiddlehttp://jsfiddle.net/lumixraku/xgLz7d4j/2/html {{item.sId}} ... 阅读全文
摘要:
参考http://blog.xebia.com/2013/10/15/angularjs-validating-radio-buttons/http://stackoverflow.com/questions/19632933/angularjs-group-check-box-validation... 阅读全文
摘要:
真心觉得这篇最好http://www.undefinednull.com/2014/02/11/mastering-the-scope-of-a-directive-in-angularjs/这个也不错http://weblogs.asp.net/dwahlin/creating-custom-an... 阅读全文
摘要:
先看看http://www.cnblogs.com/mbydzyr/p/3460501.htmlhttp://www.oschina.net/translate/angularjs-factory-vs-service-vs-provider使用factory创建服务 ... 阅读全文
摘要:
My first angular! {{greeting.text}}, World {{item.title}} {{item.... 阅读全文
摘要:
chrome dev tools介绍一下Chrome dev tools 的基本使用和一些意想不到的小技巧。\\Chrome Developer Tools 是Chrome内嵌的一系列编辑和调试的工具。可以有效的追踪布局的问题,为javascript设置断点并对程序进行优化====打开方式====C... 阅读全文
摘要:
IcoMoon 使用官方地址 http://icomoon.io/实际上,它是一种字体,只不过这种字体的字象图标一样,比如windows中自带的MT Extra Webdings Wingdings字体。使用的方法就是引入CSS即可我们需要在IcoMoon App中定制他们,网站可以为你生成图标的... 阅读全文
摘要:
Document 阅读全文
摘要:
为什么要用on()而不直接使用clickhttp://stackoverflow.com/questions/10082031/why-use-jquery-on-instead-of-clickhttp://stackoverflow.com/questions/8110934/direct-vs... 阅读全文
摘要:
看这篇http://www.laruence.com/2009/09/23/1089.html所以实际上 setTimeout更像是任务按照队列执行 经过setTimeout设置后任务放在了队尾 function a(){ setTimeout(function(){ ... 阅读全文