Jquery

not(), filter()

시크유 2011. 11. 25. 11:30
            $('.term')
                .not(":odd").css("backgroundColor", "Yellow")
                .end()
                .filter(":odd").css("background-color", "LightBlue");