'; var strContent = ""; var count = 0; $.ajax({ url: 'dealers.XML', type: 'GET', dataType: 'xml', error: function(){ alert('Error loading XML document'); $('#img_waiting').hide(); }, success: function(xmlData){ var selected_region = $('#region').val().toUpperCase(); $(xmlData).find('RECORD').each(function(){ if ($(this).find("province").text() == selected_region) { strContent += "
"+$(this).find("name").text()+"<\/strong>
"; strContent += $(this).find("street").text()+"
"; strContent += $(this).find("zip").text()+' '+$(this).find("city").text() +"
"; count += 1; } }); /* $("/RECORDS/RECORD",xmlData).each(function(){ if ($("province",this).text() == selected_region) { strContent += "
"+$("name",this).text()+"<\/strong>
"; strContent += $("street",this).text()+"
"; strContent += $("zip",this).text()+' '+$("city",this).text() +"
"; count += 1; } }); */ strContent = strContent_header+strContent.toUpperCase(); if ( count == 0) { strContent = strContent_header + "Pour la province choisie, nous n'avons pas d'adresses de revendeurs."; } $('#rightContent').html(strContent); $('#img_waiting').hide(); } }); } //-->
Revendeurs Cuprinol
Revendeurs Cuprinol