I can\'t figure it out how to get the class value of the clicked element.
class
When I use the code bellow, I get \"node-205\" every time
$("li").click(function(){ alert($(this).attr("class")); });