首页 > 代码库 > tableindex
tableindex
在写代码的时候,失焦的第一反应便是ng-blur,没想到在一个标签上其作用了,多加了几个标签没反应,于是发现了tableindex,写的代码列子如下,希望可以帮助你:
<img src=http://www.mamicode.com/‘{{avatar}}‘ width=‘20px‘ height=‘20px‘ style=‘float:left;cursor:pointer;‘ ng-click=‘toggle()‘ ng-blur=‘closeUserInfo()‘ tabindex=‘1‘ />
<div style=‘float:left;margin-left:8px;‘ ng-click=‘toggle()‘ ng-blur=‘closeUserInfo()‘ tabindex=‘1‘><a style=‘cursor: pointer‘>{{nick}}</a></div>
<div class=‘mini-page-small-bottom-option‘ style=‘float: left;cursor:pointer;margin-top:6px;margin-left:10px;‘ ng-click=‘toggle()‘ ng-blur=‘closeUserInfo()‘ tabindex=‘1‘ ></div>
</div>
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。