У меня есть следующий код:
Код: Выделить всё
$.ajax({
url: "/room/" + $nodeid + "/rss.xml",
dataType: "xml",
success: function($xml){
$($xml).find('node').each(
function(){
alert( $(this).attr('name') );
}
);
},
failure: function(){
alert('Ajax not responding!');
}
});
Код: Выделить всё
Committtee Room 1
40
24
22
24
не является возврат «Название», «Театр» и т. д.
Спасибо.
Подробнее здесь: https://stackoverflow.com/questions/626 ... ajax-issue
Мобильная версия