درود بر دوستان
اگر کسی میتونه تو قسمت XMLHttpRequest Ajax جاواسکریپت کمکم کنه (بدون استفاده از jQuery) ممنون میشم (در حال یادگیری)
کدی که نوشتم
function myf(){
var input = document.getElementById('input');
document.getElementById('show').innerHTML = input;
};
function myFunction() {
// input, filter, ul, li, a, i, txtValue;
var input = document.getElementById("");
if ( window.XMLHttpRequest) {
var request = new XMLHttpRequest();
request.onreadystatechange = function () {
if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
document.getElementById("mainp").innerHTML = xmlhttp.responseText;
}
};
request.open("GET", "" + str, true);
request.send();
}
}
@talkhabisajad10
تشکر از راهنمایتان فعلا نمیخوام سراغ جی کوری برم یکم جاوا اسکریپت یاد بگیرم بعد از کتابخانه هاش استفاده کنم فقط برای درک بهتر کد ها. این پروژه را تکمیل کردم.
آیا مایل به ارسال نوتیفیکیشن و اخبار از طرف راکت هستید ؟