Might be a newbie question. I have a code line like this:
I need to get each class for itself.
var class= $(this).attr("class").split(" ") (for i in class) { alert(class[i])}