function bannerClick(banner){

  $.post("trigger.php", { banner_id: banner},
  function(data){
    alert('hallo welt');
  }, "text");

}
