2012-09-23 151 views
0

假設我有身體裏面很多環節,一個iframe中環節多,東西喜歡:jQuery的選擇所有鏈接,但不包括一個iframe裏面的鏈接

<div> 
<a herf=xxxxxxx>...</a> 
<a herf=xxxxxxx>...</a> 
<a herf=xxxxxxx>...</a> 
... 
<a herf=xxxxxxx>...</a> 
</div> 
<iframe src=xxx> 
<html> 
<head>...</head> 
<body> 
<a herf=xxxxxxx>...</a> 
<a herf=xxxxxxx>...</a> 
<a herf=xxxxxxx>...</a> 
... 
<a herf=xxxxxxx>...</a> 
</body> 
</html> 
</iframe> 

如何jQuery來選擇所有鏈接,但不包括iframe中的鏈接?

感謝

+6

默認情況下,jQuery是否選擇'