2019年07月07日
HTML 表示URLのLinkのfont変更サンプル
//alert( window.location.href.split('/').pop());
var n = document.getElementById('normal');
var a =document.getElementsByTagName('a');
for(var i=1;i< a.length; i++){
//alert(a[i].href.split('/').pop());
if(a[i].href.split('/').pop()==window.location.href.split('/').pop()){
a[i].style.textDecoration="underline" ;
}
};
var n = document.getElementById('normal');
var a =document.getElementsByTagName('a');
for(var i=1;i< a.length; i++){
//alert(a[i].href.split('/').pop());
if(a[i].href.split('/').pop()==window.location.href.split('/').pop()){
a[i].style.textDecoration="underline" ;
}
};
【このカテゴリーの最新記事】
-
no image
-
no image
-
no image
-
no image
-
no image
posted by vbahtmlmemo at 01:02| (カテゴリなし)