CK's Notepad

  • 首頁
  • 分類
  • 歸檔
  • 標籤
  • 搜尋

[HTML] 讓span可以focus

發表於 2015-03-26 分類於 HTML Disqus:

HTML裡有也Element是沒有辦法focus, 原因是因為它們預設的tabindex是-1 所以要讓他們能focus, 只要改變tabindex=0. 就可以了

1
<span tabindex=0>something</span>
# HTML
[ngCordova] socialSharing - to Line
[AngularJS] ASP.NET MVC with angular Html5Mode
  • 文章目錄
  • 本站概要
KevinYang

KevinYang

359 文章
49 分類
82 標籤
GitHub Twitter FB Page
  • The Will Will Web | Will 保哥
  • 全端開發人員天梯
  • POY CHANG | Trial and Error
  • Jeffs WebTech Note
廣告
0%
© 2024 KevinYang
由 Hexo & NexT.Pisces 強力驅動