|
|
|
มีเหตุผลเพราะอะไรบ้างครับ ทำไม Java script หรือ DOM ถึงไม่ทำงาน เวลาใช้ผ่าน เว็บบนมือถือครับ |
|
|
|
|
|
|
|
ลองวิวซอร์ส มาดู html ก่อนครับ ว่ามันผิดอะไรตรงไหนหรือเปล่า
|
|
|
|
|
Date :
2018-09-25 18:00:56 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<div class="col-sm-12">
<div class="col-sm-1"></div>
<div class="col-sm-10"><br>
<div class="panel panel-default">
<div class="panel-heading">
<div class="col-sm-12">
<div class="col-sm-6">
รายละเอียดโครงการ :<label> Sansara - Plot 8, 10</label>
<br>Project detail :<label> Sansara - Plot 8, 10</label>
</div>
<div class="col-sm-6" align="right">
<button type="button" id="slideDown_detail" onclick='javascript:$("#detail").slideDown("slow");$("#slideDown_detail").hide();$("#slideUp_detail").show();'>
<span class="glyphicon glyphicon-chevron-down"></span>
</button>
<button type="button" id="slideUp_detail" onclick='javascript:$("#detail").slideUp("slow");$("#slideDown_detail").show();$("#slideUp_detail").hide();'>
<span class="glyphicon glyphicon-chevron-up"></span>
</button>
</div>
</div>
</div>
<div class="panel-body" id="detail">
<div class="panel-body" >
<div class="col-sm-12">
<div class="col-sm-2">
<label>ชื่อโปรเจค <br>Project Name</label>
</div>
<div class="col-sm-3">
<input type="hidden" id="idproject" name="idproject" value="d63cae6cad">
<input type="hidden" id="floorplan" value="Floor_Pland63cae6cad.pdf">
<label>Sansara - Plot 8, 10</label>
</div>
<div class="col-sm-1"></div>
<div class="col-sm-2">
<label>ชื่อบริษัท <br>Company Name</label>
</div>
<div class="col-sm-3">
<label></label>
</div>
</div>
<div class="col-sm-12"><p>
<div class="col-sm-2">
<label>ที่อยู่ <br>Address</label>
</div>
<div class="col-sm-3">
<label>905/7 พระราม 3 บางโพงพาง</label>
</div>
<div class="col-sm-1"></div>
<div class="col-sm-2">
<label>ประเทศ <br>Country</label>
</div>
<div class="col-sm-3">
<label>Thailand</label>
</div>
</div>
<div class="col-sm-12"><p>
<div class="col-sm-2">
<label>ชื่อลูกค้า <br>Customer Name</label>
</div>
<div class="col-sm-3">
<label>Kittisuk</label>
</div>
<div class="col-sm-1"></div>
<div class="col-sm-2">
<label>ชื่อพนักงานขาย <br>Sales Person</label>
</div>
<div class="col-sm-3">
<label>mychelle taawan</label>
</div>
</div>
<div class="col-sm-12" align="center"><br>
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
</div>
<div class="col-sm-12">
<table class="table" id="table_contact">
<thead>
<tr>
<th>ชื่อผู้ติดต่อ <p>ContactName</th>
<th>เบอร์โทรผู้ติดต่อ <p>ContactPhone</th>
<th>เบอร์มือถือผู้ติดต่อ <p>ContactMobile</th>
<th>อีเมลผู้ตือต่อ <p>ContactEmail</th>
<th>แก้ไข/ลบ <p>Edit/Delete</th>
</tr>
</thead>
<tbody>
<tr id="tb_con">
<td><label class="td_show" id="tname1893105906">thanawat</label> <input class="form-control td_hide" id="tname1893105906input" class="form-control" value="thanawat" onkeyup="contact('','tname1893105906','key')"></td>
<td><label class="td_show" id="tphone1893105906">024424281</label><input class="form-control td_hide" id="tphone1893105906input" class="form-control" value="024424281" onkeyup="contact('','tphone1893105906','key')"></td>
<td><label class="td_show" id="tmobile1893105906">0984264262</label><input class="form-control td_hide" id="tmobile1893105906input" class="form-control" value="0984264262" onkeyup="contact('','tmobile1893105906','key')"></td>
<td><label class="td_show" id="temail1893105906">[email protected]</label><input class="form-control td_hide" id="temail1893105906input" class="form-control" value="[email protected]" onkeyup="contact('','temail1893105906','key')"></td>
<td>
<button type="button" id="btn_save_contact1893105906" class="btn btn-default btn_save_contact" onclick="contact('','1893105906','save')">
<span style="cursor:pointer; color: #002699" class="glyphicon glyphicon-floppy-disk fa-lg"></span>
</button>
<button type="button" id="btn_edit_contact1893105906" class="btn btn-default" onclick="contact('','1893105906','edit')">
<span style="cursor:pointer; color: #002699" class="glyphicon glyphicon-edit fa-lg"></span>
</button>
<button type="button" class="btn btn-default" onclick="contact(this,'1893105906','delete')" id='btn_delete_contact1893105906'>
<span style="cursor:pointer; color: red" class="glyphicon glyphicon-trash fa-lg"></span>
</button>
</td>
</tr>
</tbody>
</table>
</div>
<div class="col-sm-12" align="right"><br>
<!-- <a style="cursor: pointer" onclick="add_table();"><span class="glyphicon glyphicon-user"></span>
เพิ่มผู้ติดต่อ Add Contact</a> -->
<button type="button" class="btn btn-success" onclick="add_table();"><span class="glyphicon glyphicon-user"></span>เพิ่มผู้ติดต่อ Add Contact</button>
</div>
</div>
</div>
</div>
</div>
</div>
|
ประวัติการแก้ไข 2018-10-01 08:35:20
|
|
|
|
Date :
2018-10-01 08:34:13 |
By :
simson_palo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
คนจริง 2018 เอา แต่ html มาจริงๆ
javascript มาดูด้วยดิท่าน
|
|
|
|
|
Date :
2018-10-01 16:24:12 |
By :
DK |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองสังเกตู ดู คำสั่งในปุ่มอื่นๆ ที่ทำงานได้ ดูครับ
มีอะไรที่แตกต่าง
คาดเอาเอาว่า ตัวแปรภาษาบน มือถือ ความสามารถมันน้อยกว่าคอมพิวเตอร์เยอะนะครับ ต้องพยายามใช้คำสั่ง มาตรฐาน
onClick เป็นคำสั่งที่เรียกใช้ javascript อยู่แล้ว ไม่ต้องใส่ javascript: เข้าไปอีก
ซึ่งบนคอมฯ อาจทำงานได้ เพราะต้ว browser ใหญ่โตเท่าไหร่ก็ได้
แต่บน มือถือ หน่วยความจำมันน้อย เขาคงไม่ใส่อะไรลงไปเยอะหรอกครับ
|
|
|
|
|
Date :
2018-10-01 18:09:34 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|