$(document).ready(function() { $("span#Probe6039").attr('class', 'flag-icon flag-icon-hu');$("uptime#p6039" ).html("Uptime: 0 days");$("probeName#6039" ).html("BIX");$("span#Probe6106").attr('class', 'flag-icon flag-icon-ua');$("uptime#p6106" ).html("Uptime: 0 days");$("probeName#6106" ).html("Hitech Service LLC");$("span#Probe6152").attr('class', 'flag-icon flag-icon-de');$("uptime#p6152" ).html("Uptime: 0 days");$("probeName#6152" ).html("Leaseweb Network B.V.");$("span#Probe6211").attr('class', 'flag-icon flag-icon-ua');$("uptime#p6211" ).html("Uptime: 0 days");$("probeName#6211" ).html("Hostmaster LLC");$("span#Probe6282").attr('class', 'flag-icon flag-icon-cz');$("uptime#p6282" ).html("Uptime: 0 days");$("probeName#6282" ).html("CZ.NIC");$("span#Probe6308").attr('class', 'flag-icon flag-icon-kz');$("uptime#p6308" ).html("Uptime: 0 days");$("probeName#6308" ).html("AO Kazakhtelecom");$("span#Probe6313").attr('class', 'flag-icon flag-icon-de');$("uptime#p6313" ).html("Uptime: 39 days");$("probeName#6313" ).html("e-shelter services GmbH");$("span#Probe6314").attr('class', 'flag-icon flag-icon-ir');$("uptime#p6314" ).html("Uptime: 0 days");$("probeName#6314" ).html("Asiatech");$("span#Probe6362").attr('class', 'flag-icon flag-icon-gb');$("uptime#p6362" ).html("Uptime: 0 days");$("probeName#6362" ).html("DigitalOcean");$("span#Probe6405").attr('class', 'flag-icon flag-icon-gb');$("uptime#p6405" ).html("Uptime: 0 days");$("probeName#6405" ).html("Booking.com");$("span#Probe6412").attr('class', 'flag-icon flag-icon-tr');$("uptime#p6412" ).html("Uptime: 0 days");$("probeName#6412" ).html("Omer GOLGELI");$("span#Probe6413").attr('class', 'flag-icon flag-icon-de');$("uptime#p6413" ).html("Uptime: 11 days");$("probeName#6413" ).html("meerfarbig GmbH & Co. KG");$("span#Probe6429").attr('class', 'flag-icon flag-icon-tr');$("uptime#p6429" ).html("Uptime: 11 days");$("probeName#6429" ).html("Ciklet Iletisim Tic. Ltd. Sti.");$("span#Probe6459").attr('class', 'flag-icon flag-icon-ir');$("uptime#p6459" ).html("Uptime: 0 days");$("probeName#6459" ).html("Pishgaman");$("span#Probe6464").attr('class', 'flag-icon flag-icon-fr');$("uptime#p6464" ).html("Uptime: 0 days");$("probeName#6464" ).html("Amazon Web Services");$("span#Probe6465").attr('class', 'flag-icon flag-icon-ie');$("uptime#p6465" ).html("Uptime: 0 days");$("probeName#6465" ).html("Amazon Web Services");$("span#Probe6471").attr('class', 'flag-icon flag-icon-gb');$("uptime#p6471" ).html("Uptime: 0 days");$("probeName#6471" ).html("Amazon Web Services");$("span#Probe6530").attr('class', 'flag-icon flag-icon-tr');$("uptime#p6530" ).html("Uptime: 0 days");$("probeName#6530" ).html("Medianova Internet Hiz. ve Tic...");$("span#Probe6549").attr('class', 'flag-icon flag-icon-us');$("uptime#p6549" ).html("Uptime: 0 days");$("probeName#6549" ).html("Verizon Digital Media Services");$("span#Probe6564").attr('class', 'flag-icon flag-icon-fr');$("uptime#p6564" ).html("Uptime: 53 days");$("probeName#6564" ).html("Choopa LLC");$("span#Probe6611").attr('class', 'flag-icon flag-icon-tj');$("uptime#p6611" ).html("Uptime: 0 days");$("probeName#6611" ).html("Babilon-T");$("span#Probe6724").attr('class', 'flag-icon flag-icon-de');$("uptime#p6724" ).html("Uptime: 10 days");$("probeName#6724" ).html("Deutsche Telekom AG");$("span#Probe18033").attr('class', 'flag-icon flag-icon-kg');$("uptime#p18033" ).html("Uptime: 0 days");$("probeName#18033" ).html("CAREN NOC/Bishkek/Kyrgyzstan");$("span#Probe23091").attr('class', 'flag-icon flag-icon-uz');$("uptime#p23091" ).html("Uptime: 0 days");$("probeName#23091" ).html("Unitel LLC");$("span#Probe53296").attr('class', 'flag-icon flag-icon-kg');$("uptime#p53296" ).html("Uptime: 0 days");$("probeName#53296" ).html("Adam University"); $(".row div.col-4").sort(function(a, b) { return parseInt(a.id) - parseInt(b.id); }).each(function() { var elem = $(this); elem.remove(); $(elem).appendTo(".row"); }); $(".Detay").click(function() { var formstring1 = $(this).data("id"); var formstring2 = $(this).data("name"); $(".filtreName").html(formstring2); $.ajax({url: "Probe.html?ID=" + formstring1, success: function(result){ $("#filtre").html(result); }}); }); });