$(document).ready(function(){ $("a").mousedown(function(){ tx=$(this).html(); hf=$(this).attr("href"); rf=document.location.href; $.ajax({ type: "GET", url: "http://csolen-krsk.ru/href_clicker.php?g=cso", data: {text: tx, href: hf, ref:rf}, success: function(data){ } }); }) });