用Jquery获取某一个Div的Class或者ID方法:$("#id").attr("class");$("#id").attr("id");
$(".class").click(function(){})