foxfor,
через запятую или через add
$(this).find("#smile, #smile_1")
или
$("#smile, #smile_1", this)
или
$(this).find("#smile").add($("#smile_1",this))
или
$(">",this)
или
$(this).children()
или просто
$("#smile, #smile_1")
так как id недолжно повторятся на странице