H/C/J 前端学习笔记 - I
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了H/C/J 前端学习笔记 - I相关的知识,希望对你有一定的参考价值。
1. AngularJS 如何条件设置元素的class
ng-class="{class}[condition]"
example:ng-class="{1:‘col-md-12‘, 2:‘col-sm-6‘}[value]"
ng-class supports an expression that must evaluate to either
a. a string of space-delimited class names, or
b. an array of class names, or
c. a map/object of class names to boolean values.
2. [CC]一篇非常好的Animation的文章
http://www.yearofmoo.com/2013/04/animation-in-angularjs.html
3. [CC]Bootstrap 3 tips and tricks you still might not know
https://scotch.io/bar-talk/bootstrap-3-tips-and-tricks-you-still-might-not-know
以上是关于H/C/J 前端学习笔记 - I的主要内容,如果未能解决你的问题,请参考以下文章
[原创]java WEB学习笔记61:Struts2学习之路--通用标签 property,uri,param,set,push,if-else,itertor,sort,date,a标签等(代码片段