بسم الله الرحمن الرحيم
الدرس مقمد من ط·ط±ظ?ظ‚ ط§ظ„ط¹ط±ط¨ - ArabWay.netدرسنا اليوم هو عن طريقه اعاده تحميل جزء من الصفحه او الصفحه كلها بعد عدد معين من الثواني تقوم بتحديده انت ,,
قد يستخدم في البث الحي للاخبار او لبرامج الدردشه مثلا ,
كود صفحه html
الكود كامل
رمز PHP:
DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Refrish div after x sec
this div will refresh after 9 sec , please hold on
Refrish div after x sec
this div will refresh after 9 sec , please hold on
توضيح الكود
السطر المسؤول عن العمل هنا هو :
رمز PHP:
var refreshId = setInterval(function() {
// #news_path the place , response.php is a php page which contain codes , 9000 number of m.sec
$("#news_path").fadeOut(500).load(response.php).fadeIn(500);
}, 9000);
// #news_path the place , response.php is a php page which contain codes , 9000 number of m.sec
$("#news_path").fadeOut(500).load(response.php).fadeIn(500);
}, 9000);
الكود
رمز PHP:
var refreshId = setInterval(function() {
هو الداله السؤوله عن اعاده عمل الاكشن .. بعد فتره محدده
الكود رمز PHP:
// #news_path the place , response.php is a php page which contain codes , 9000 number of m.sec
$("#news_path").fadeOut(500).load(response.php).fadeIn(500);
$("#news_path").fadeOut(500).load(response.php).fadeIn(500);
يقوم بعمل التالي ,
جلب محتويات الملف response.php ليقوم بوضعها في المعرف news_path كل عدد معين من الثواني و هو 9
العمليه تلقائه الي ما لا نهايه
مثال حي ,,
Refrish div after x sec
Refrish div after x sec2
المثال مرفق بجميع ملفاته ,, اتمني لكم تجربه ممتعه , اي استفسار انا موجود
الملفات المرفقةreload_after_x_sec.zip (918 بايت)