<?php while($result = sqlsrv_fetch_array($query, SQLSRV_FETCH_ASSOC)) { ?> <tr class="parent" id="<?php echo $result["EmpUserID"];?>"> <td scope="row" width="50"><!-- //checkbox --> <input type="checkbox" class="emp_checkbox pointer" value="<?php echo $result["EmpUserID"];?>" id="staff" name="staff[<?php echo $result["EmpUserID"];?>]"> </td> <td width="80" class=""><?php echo $result["EmpUserID"];?></td> <td class="text-truncate"><?php echo $result["EmpUserName"];?> <?php echo $result["EmpUserSurname"];?></td> <td class="text-truncate"><?php echo $result["EmpUserPosition"];?></td> <td class="text-truncate"><?php echo $result["EmpUserSection"];?></td> <td class="text-truncate"><span class="badge badge-pill badge-dark"> </span></td> <!--<td class="text-truncate"><button type="button" class="btn btn-primary" title="Enter reason"><i class="fa fa-edit"></i></button></td>--> </tr> <tr class="child-<?php echo $result["EmpUserID"];?>"><!-- //row textbox --> <td colspan="7"><input type="text" class="form-control" placeholder="Detailed.." id="txtDetail-<?php echo $result["EmpUserID"];?>" name="txtDetail[<?php echo $result["EmpUserID"];?>]"></td> </tr> <?php } ?>
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> </head> <body> <p>check:</p> คลิก: <input type="checkbox" id="myCheck" onclick="myFunction()"> <form name='form1' id="text" action='page.html' method='get'style="display:none"> <input type="text" name="detail" required> <input type="submit" value="กด"> </form> <script> function myFunction() { var checkBox = document.getElementById("myCheck"); var text = document.getElementById("text"); if (checkBox.checked == true){ form1.style.display = "block"; } else { form1.style.display = "none"; } } </script> </body> </html>
<table> <tr><td><input type=checkbox ></td><td><input type=text class=for_required ></td></tr> </table> <script> $('input[type="checkbox"]').click(function(){ var inp = $(this).parents('tr').find('.for_required'); if( this.checked){ $(inp).attr('required', true).prop('disabled', false); }else{ $(inp).removeAttr('required').prop('disabled', true);} });
<?php while($result98 = sqlsrv_fetch_array($objQuery98, SQLSRV_FETCH_ASSOC)) { ?> <tr> <td><!-- //checkbox --> <input type="checkbox" id="EmpID-<?php echo $result98["EmpUserID"];?>"> </td> <td><?php echo $result98["EmpUserID"];?></td> <td><?php echo $result98["EmpUserName"];?> <?php echo $result98["EmpUserSurname"];?></td> <td><?php echo $result98["EmpUserPosition"];?></td> <td><?php echo $result98["EmpUserSection"];?></td> </tr> <tr><!-- //row textbox --> <td colspan="5"><input type="text" id="txtDetail-<?php echo $result98["EmpUserID"];?>"></td> </tr> <?php } ?> //////////////////////////////////////////////////////////////////////// ผมเดาครับ <script type="text/javascript"> function CheckInput(){ var OfDetail = $(this).val(); //ID #txtDetail if (input [type='checkbox'].checked == true){ $('#txtDetail-'+ OfDetail ).prop('required',true); } else { $('#txtDetail-'+ OfDetail ).removeAttr('required'); } } </script>
<input type=checkbox data-id="<?=$id?>"> <tr><td><input type=text data-field=fieldname1 class="require m<?=$id?>"></td></tr> <tr><td><input type=text data-field=fieldname2 class="require m<?=$id?>"></td></tr> <script> $('input[type="checkbox"]').click(function(){ var id = $(this).data('id'); $('.require .m'+id)...... }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง