Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
HTML5ブラウザでは、次のものを使用できますthis.pathname。
this.pathname
$('a').each(function () { console.log(this.pathname); });
フィドル
pathnamejQueryオブジェクトではなく、 Anchor要素のプロパティです。
pathname
編集:アンカーのpathnameプロパティはHTML5で標準化されていますが、IE6でもネイティブにサポートされています。