$(document).ready(function(){ function lastPostFunc() { $('div#lastPostsLoader').html('<img src="bigLoader.gif">'); $.post("page.php?action=getl&last="+$(".wrdL:last").attr("id"), function(data){ if (data != "") { $(".wrdL:last").after(data); } $('div#lastPos').empty(); }); }; $(window).scroll(function(){ if ($(window).scrollTop() == $(document).height() - $(window).height()){ lastPostFunc(); } }); }); </script>
$.ajax({ type: "POST", //type action such as get, post url: "url.php",//url destination data: "tmode=find_person&qstr="+$('#qstr').val(),//variable dataType: "json",//send datatype json format cache: false,//don't cache success: function(rs) { //query ok console.log(rs); }, error: function(rs) { //if have any error console.log(rs); } });
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง