ホスト名(ドメイン)
$(location).attr(‘host’);
www.1t1.info
プロトコル
$(location).attr(‘protocol’);
http:
ドメイン以下のパス
$(location).attr(‘pathname’);
/test.php
パラメータ
$(location).attr(‘search’);
?id=321
ハッシュ(アンカー)
$(location).attr(‘hash’);
#id
ホスト名(ドメイン)
$(location).attr(‘host’);
www.1t1.info
プロトコル
$(location).attr(‘protocol’);
http:
ドメイン以下のパス
$(location).attr(‘pathname’);
/test.php
パラメータ
$(location).attr(‘search’);
?id=321
ハッシュ(アンカー)
$(location).attr(‘hash’);
#id