function herfURL(url){ $.ajax({ url: 'integration.php', type: 'POST', data: 'id='+url, success: function(data) { } }); }