<script type="text/javascript"> $(document).ready(function(){ function last_msg_funtion() { var ID=$(".message_box:last").attr("id"); $('div#last_msg_loader').html('<span>Loding</span>'); $.post("/e_com/scrolls/index?action=get&last_msg_id="+ID, function(data){ if (data != "") { $(".message_box:last").after(data); } $('div#last_msg_loader').empty(); }); }; $(window).scroll(function(){ if ($(window).scrollTop() == $(document).height() - $(window).height()){ last_msg_funtion(); } }); }); </script> </head> <body> <?php echo $productCategory; ?> <div id="<?php echo $value['Product']['id']; ?>" align="left" class="message_box" >
<script type="text/javascript"> $(document).ready(function(){ function last_msg_funtion() { var productCategory = "<?php echo (isset($productCategory) ? $productCategory : '' ;?>"; var ID=$(".message_box:last").attr("id"); $('div#last_msg_loader').html('<span>Loding</span>'); $.post("/e_com/scrolls/index?action=get&last_msg_id="+ID, function(data){ if (data != "") { $(".message_box:last").after(data); } $('div#last_msg_loader').empty(); }); }; $(window).scroll(function(){ if ($(window).scrollTop() == $(document).height() - $(window).height()){ last_msg_funtion(); } }); }); </script>
<form id='form'> <input type="text" name="username" id="username" size="30" value="<?php echo $productCategory;?>"> </form> <script type="text/javascript"> $(document).ready(function(){ function last_msg_funtion() { var productCategory = $.trim($('#form input[name=username]').val()); var ID=$(".message_box:last").attr("id"); $('div#last_msg_loader').html('<span>Loding</span>'); $.post("/e_com/scrolls/index?action=get&last_msg_id="+ID+"&productCategory="+productCategory, function(data){ if (data != "") { $(".message_box:last").after(data); } $('div#last_msg_loader').empty(); }); }; $(window).scroll(function(){ if ($(window).scrollTop() == $(document).height() - $(window).height()){ last_msg_funtion(); } }); }); </script>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง