thanks, i registered a $.temp var outside of my get function and now
it works!

$.temp = {};



  $(this).bind("click", function(e){
      $.temp =  $(this);
      $.get("main.php?action=getEventDetails",},function(data){
          $.temp.html(data);
      });
  });

Reply via email to