if (window.JSON && window.JSON.parse) { return window.JSON.parse(data); Uncaught SyntaxError: Unexpected end of input } Uncaught SyntaxError: Unexpected end of input jquery.js:515 jQuery.extend.parseJSON jquery.js:515 (anonymous function) search.html:22 fire jquery.js:977 self.fireWith jquery.js:1087 done jquery.js:7816 callback
<script type="text/javascript"> $(document).ready(function(){ $("#btn1").click(function(){ $.ajax({ url: "------------ url----------------------" , type: "POST", data: 'cid=' +$('#cid').val() }) .success(function(result) { $("#div1").empty(); var obj = jQuery.parseJSON(result); $.each(obj, function(val) { $("#div1").append( val["topicnews"] +'<br />'); }); }); }); }); </script>
data: {cid:$('#cid').val()}
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง