如果我有一個定位標記旁邊的複選框,當單擊該複選框時如何使用jQuery顯示具有定位標記href值的警告框。帶有複選框和定位標記的jquery
例如,
<div><input type="checkbox"><a href="http://link0">link 0</a></div>
<div><input type="checkbox"><a href="http://link1">link 1</a></div>
<div><input type="checkbox"><a href="http://link2">link 2</a></div>
<div><input type="checkbox"><a href="http://link3">link 3</a></div>
<div><input type="checkbox"><a href="http://link4">link 4</a></div>
<div><input type="checkbox"><a href="http://link5">link 5</a></div>
<div><input type="checkbox"><a href="http://link6">link 6</a></div>
<div><input type="checkbox"><a href="http://link7">link 7</a></div>
<div><input type="checkbox"><a href="http://link8">link 8</a></div>
<div><input type="checkbox"><a href="http://link9">link 9</a></div>
如果我旁邊的複選框OTO鏈接7單擊,就應該提醒我
http://link7
等。
一個無關的建議:'`元素應該關閉。 – 2011-01-07 15:38:16