如果在圖片標籤中圖片url在裏面,並且如果沒有img標籤不會顯示,是否可以使用jQuery進行檢查?現在jQuery如果在img標籤中沒有url,那麼img標籤應該被刪除
HTML:
<div id="slide">
<img src="http://www.url.com/.jpg" alt="" />
<img src="http://www.url.com/.jpg" alt="" />
<img src="" alt="" /> - here is no img url so this one must be deleted
</div>
我怎樣才能做到這一點?
Thnx隊友這工作很好! – Maanstraat