탐색(Traversing)

reset .eq() .eq(-1) .filter(":even") .filter(".select") .first() .last() .has("ul") .has(".select") .is("li") .not(".select") .slice(2) .slice(2,4) .slice(-2) .slice(-2,-1)