> jQuery(document).ready(function(){
>   $(".chess-board div").click(function() {
>       test = $(this).attr("class");
>       alert(test);
>   });
> });



Now it's work...

Thanks.

Alfredo

Reply via email to