摘要: 在angularJs中,this指向$scope!可以$event配合使用$(event.target)实现,代码如下: HTML部分: Js部分: 但这里有个问题:,比如: 这里,只有在点击在p元素本身是,才能改变p 的 active,要是点击在i元素上,就只能改变i,也就是说这里的$event只 阅读全文
posted @ 2017-06-15 19:18 快乐的咸鱼 阅读(222) 评论(0) 推荐(0) 编辑
摘要: window.history.go(-1);//返回上一页不刷新 window.location.href = document.referrer;//返回上一页并刷新 阅读全文
posted @ 2017-06-15 15:52 快乐的咸鱼 阅读(134) 评论(0) 推荐(0) 编辑