jQuery CSS 兩種方法 – 去除超連結虛線框 CSS方法a{ outline: none; /* for Firefox */ hlbr:expression(this.onFocus=this.blur()); /* for IE */}jQuery方法<script>jQuery(function($){ $("a").focus(function(){ $(this).blur(); });});</script>如果文章對您很有幫助請我喝杯咖啡吧 Bitcoin 比特幣錢包: 38ieWXhURt27br9XrDoCeo4eruzKyi8QKs ann71727 Post Views: 1,849Related posts:Drop and dragCSS 英文換行斷字,讓文字靠齊左右邊界jQuery Form data to ObjectjQuery radiobox Selected 設定選取