$("#program").append('<tbody><tr bgcolor="#999999"><td scope="col"><a href="editprogramup.php?p_id='+value.p_id+'&&n_id='+value.n_id+'"><img src="imgadmin/uparrow.png" width="20" height="20"></a><a href="editprogramdown.php?p_id='+value.p_id+'&&n_id='+value.n_id+'"><img src="imgadmin/downarrow.png" width="20" height="20"></a>'+value.p_order+'</td><td scope="col">'+value.p_code+'</td><td scope="col">'+ value.p_name + '</td><td scope="col">'+ value.ag_name +'</td> <td scope="col">'+if(value.p_statusclose==0){+'<img src="imgadmin/cheap.jpg" width="20" height="20">'+}else{+'<img src="imgadmin/incorrect.jpg" width="20" height="20">'+}+'</td> <td scope="col"><a href="editprogramdetail.php?p_id='+value.p_id +'"><img src="imgadmin/edit.jpg" width="50" height="50"></a></td><td scope="col"><a href="deleteprogram.php?p_id='+value.p_id+'" ><img src="imgadmin/delete.jpg" width="50" height="50"></a></td></tr><tbody>');
$('#name_customer').keyup(function(){ var name_customer = $('#name_customer').val(); if(name_customer != ""){ $.get('auto_customer.php', {qrstr:name_customer}, function(data){ /* Check return data from databases */ if(data != ""){ $('#shw_customer').fadeIn(300).html(data); }else{ $('#id_customer').val(''); $('#shw_customer').hide().html(''); } }); return false; }else{ $('#id_customer').val(''); $('#shw_customer').hide().html(''); $('#btn_submit').attr('disabled', 'true'); }
if(Condition){ //true //Do something }else{ //false // Do something }
if(value.p_statusclose==0){ var hts='<img src="imgadmin/cheap.jpg" width="20" height="20">'; }else { var hts='<img src="imgadmin/incorrect.jpg" width="20" height="20">'; }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง