$(document).ready(function(){ $(".button").click(function(){ $.ajax({ type: 'GET', url: 'identify.php', dataType: 'html', data: {company: '1', name: 'iPHONE',id:$(this).attr('data-url')}, success: function(msg) { } }); }); });