Version compl�te: jsB@nk » Lien » Black Bold Hyperliens
URL: https://www.javascriptbank.com/black-bold-hyperlinks.html
Avec cette l'évolution des liens JavaScript sur la page, faire de vos liens en gras après cliqué. Une bonne navigation script pour les sites web que l'utilisation de cadre ou pour basculer contenu.
Version compl�te: jsB@nk » Lien » Black Bold Hyperliens
URL: https://www.javascriptbank.com/black-bold-hyperlinks.html
<script type="text/javascript"><!--// Created by Calvin Leung - http://www.pphresh.comfunction turnBackBold (speclink) { var anchors = document.links for (i=0; i<anchors.length; i++) { anchors[i].style.fontWeight = '300'; } speclink.style.fontWeight = '900';}//--></script>
<p><a href="#" onclick="turnBackBold (this);">this is link 1</a><br><a href="#" onclick="turnBackBold (this);">this is link 2</a><br><a href="#" onclick="turnBackBold (this);">this is link 3</a><br><a href="#" onclick="turnBackBold (this);">this is link 4</a><br><a href="#" onclick="turnBackBold (this);">this is link 5</a><br><a href="#" onclick="turnBackBold (this);">this is link 6</a></p>