有一個鏈接塊,檢查的jQuery
<div class="links">
<a href="http://google.com">
<a href="http://bing.com">
<a href="http://example.com/section2/">
</div>
它們都放置在http://example.com/
的HTML。
我如何檢查每一個,它是一個鏈接到當前打開的網站?
腳本應該對http://example.com/anything/else/in/the/url/
賦予真實性,並且對所有其他網站都爲false。
你是什麼意思與'當前打開的網站'?用戶目前在標籤中打開了哪一個? – pimvdb
相同的域名?同一個子域?同一個目錄? http + https? – zzzzBov
同域名,http只有 – James