$("#container img").dblclick(function(){$("#container img ").$(":not $(this)").remove();}) 這個語句出錯了。點擊的圖片其他消失。這個過濾有問題。但不知道怎么改才好。求指導。
1 回答

慕娘9325324
TA貢獻1783條經驗 獲得超4個贊
123 | $( "#container img" ).dblclick( function (){ $( "#container img" ).not( this ).remove(); }); |
- 1 回答
- 0 關注
- 582 瀏覽
添加回答
舉報
0/150
提交
取消