אני רק רוצה לבדוק שאכן מתקבל משהו וה- alert 2 לא נקרא לי.. למה?$.ajax({
type: "GET",
url: "http://www.blove.co.il/rss.asp?id=1",
dataType: "xml",
error: function(httpReq, textStatus, errorThrown){
//here goes the error handler codes
alert("No internet connection found. (" + textStatus + ")");
},
success: function(xml) {
alert(2);
}
});
תעשו העתק הדבקותדביקו לשמאל
