摘要: html <div ng-repeat="a in b" ng-click="click(a)" na-class="{{'classname':data 'xxx'}}"></div> controller $scope.data = resp.xxxx; $scope.click=functio 阅读全文
posted @ 2016-12-24 10:17 嘟嘟大魔王 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 个人觉得:Swiper是一个好用有方便的手机端插件,但也正是因为它已经被封装好了,所有有些个性化的需求、设计不是那么好人为干预,所以在实用的时候也碰到不少头疼的问题。 下面是我在写代码的时候遇到的一些问题和解决的方法,可能解决的并不完美,存在bug,希望前辈们批评指正 1.有时候我们希望页面中显示两 阅读全文
posted @ 2016-12-24 10:06 嘟嘟大魔王 阅读(2207) 评论(0) 推荐(0) 编辑
摘要: body{ -moz-user-select:none; //火狐 -webkit-user-select:none; -ms-user-select:none; //IE10 -khtml-user-select:none; //早期浏览器 user-select:none; } 在网上搜的一个简 阅读全文
posted @ 2016-12-24 09:40 嘟嘟大魔王 阅读(517) 评论(0) 推荐(0) 编辑