在搜索結果頁面上,我有鏈接。我想將某些href的href從DispForm.aspx?ID=n
更改爲AllItems.aspx?ID=n
,但僅適用於網址中有/R/I/P/
的href。更改href jquery
我想用jQuery來改變這些href。 有什麼建議嗎?
<a title="" href="http://win/R/I/P/IL/F/DispForm.aspx?ID=n" id="S">link one</a>
<a title="" href="http://win/R/I/P/L/PN/DispForm.aspx?ID=n" id="S">link two</a>
<a title="" href="http://win/L/L/DispForm.aspx?ID=n" id="S">link three</a>
首先,你不應該使用相同的ID爲多個元素。用班級來代替。 – 2011-05-04 07:39:23
Ids應該始終是獨一無二的,你永遠不應該複製它們 – kobe 2011-05-04 07:40:32