使用jQuery我怎樣才能獲得這個a
標籤內的鏈接?使用jquery獲取鏈接形式的href
<a title="Rainham Pizza and Kebab" href="/rainham-pizza" class="restsRestStatus restPageLink restsStatusOpens"><b>Pre-order</b><span>Opens 16:00 </span></a>
我已經嘗試使用:
jQuery("a.restsRestStatusrestPageLinkrestsStatusOpens").html();
'的jQuery( 「a.restsRestStatus」)。ATTR(「HREF ')' – Satpal 2014-09-10 10:14:15
http://stackoverflow.com/questions/4345427/jquery-set-and-get-href http://stackoverflow.com/questions/720970/jquery-hyperlinks-href-value – InferOn 2014-09-10 10:15:15
可能重複的[jQuery的設置和獲取href](http://stackoverflow.com/questions/4345427/jquery-set- and-get-href) – InferOn 2014-09-10 10:19:00