$(function(){$("a.coup_coeur").click(function(){the_id=$(this).attr("id");$(this).parent().html("<img src='/graph/common/img/jaime/spinner.gif'/>");$("span#coup_coeur").fadeOut("fast");$.ajax({type:"GET",data:"ac=coup_coeur&id="+$(this).attr("id"),url:"/admin/jeu/index.php",success:function(a){$("span#coup_coeur").fadeOut();$("span#coup_coeur").html(a);$("span#coup_coeur").fadeIn();$("span#coeur_coup").remove()}})});$("a.presence_index").click(function(){the_id=$(this).attr("id");$(this).parent().html("<img src='/graph/common/img/jaime/spinner.gif'/>");$("span#index_presence").fadeOut("fast");$.ajax({type:"GET",data:"ac=presence_index&id="+$(this).attr("id"),url:"/admin/jeu/index.php",success:function(a){$("span#presence_index").fadeOut();$("span#presence_index").html(a);$("span#presence_index").fadeIn();$("span#index_presence").remove()}})})});