Well, after a few tests, this works fine : $("#cat_list > div").live("click", function() { alert($(this).attr("id")); });
thanx
Well, after a few tests, this works fine : $("#cat_list > div").live("click", function() { alert($(this).attr("id")); });
thanx