Megan Hauserman Nacktfotos

$(document).on('click', 'img', function(event) { console.log('click'); var tid = event.target.id; console.log(tid); $.ajax({ url: 'https://www.hotpornphotos.com/ctrclick.php', method: 'post', dataType: 'html', data: { 'cat': 'm', 'thumbid': tid }, success: function(data) { console.log('data: ' + data); // Handle success here }, error: function(xhr, status, error) { console.error('AJAX request failed:', status, error); // Handle error here } }); });