|
|
|
สอบถามครับ jquery moblie ทำ menu list Province ไม่แสดงค่าออกมา |
|
|
|
|
|
|
|
เข้าใจว่ามีคำสั่งบางตัวไม่ทำงานบน Mobile แน่เลยครับ รู้สึกในตัวอย่างจะมีแบบ jQuery ด้วยครับ ลองใช้ตัวนี้แทน
|
|
|
|
|
Date :
2015-04-23 09:52:36 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองใช้ อีก แบบก็เหมือนกันครับ กด refresh ก็ได้ เลย แต่เอาธีมออก ก็ได้ตั้งแต่แรกเลย
ลองอัพเดป version jquery ก็ เหมือนเดิม
แบบที่ 2
https://www.thaicreate.com/community/php-jquery-ajax-list-menu.html
Code (PHP)
<?php
@header ('Content-type: text/html; charset=utf-8');
require_once('connections/migs.php');
session_start();
?>
<!DOCTYPE html>
<html>
<head>
<title>THE MIGS</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="theme/jquery.mobile-1.4.5.min.css" />
<script src="theme/jquery-1.11.2.min.js"></script>
<script src="theme/jquery.mobile-1.4.5.min.js"></script>
<script type="text/javascript" src="ajax.js" ></script>
</head>
<body onLoad="Add();">
<div data-role="page">
<div data-role="header">
<a href="index.php" data-icon="back" data-iconpos="notext" data-direction="reverse">Back</a>
<h1>ADD EVENT</h1>
<div data-role="navbar">
<ul>
<li><a href="#">Contact</a></li>
<li><a href="logout.php" data-role="button" data-icon="star">Log Out</a></li>
</ul>
</div><!-- /navbar -->
</div><!-- /header -->
<?
echo $midex;
//echo $mid;
//$objConnect = mysql_connect("localhost","root","root") or die(mysql_error());
//$objDB = mysql_select_db("srrtmg");
mysql_select_db($database_msm, $msm);
$SQL = "SELECT * FROM users WHERE users.mid='$midex'";
$objQuery1 = mysql_query($SQL,$msm) or die (mysql_error());
$objResult1 = mysql_fetch_array($objQuery1);
?>
<?
if(!$objResult1)
{
?>
<center><h6>Invalid user & password</h6></center>
<a href="index.php#popup" data-role="button" data-icon="back">Try Again</a>
<?
}
else
{
$st1 =$objResult1['status'];
if($st1 == '0' ){
$p="Administrator";}
else if ($st1 == 1){
$p="Member";}
else if ($st1 == 2){
$p="Peer";}
?>
<center><h6>Welcome : <?=$objResult1["name"]?> <?=$objResult1["surname"]?> <br>
Status: <?=$p?> </h6></center>
<div align="center"><img src="images/logo_migrant.gif">
<?
}
?>
<table width="550" border="0">
<form name="frmMain" action="" method="post">
<tr>
<td colspan="2">
<label for="basic">ผู้ใหญ่มีชิวิต:</label>
<input type="range" name="s1" id="s1" value="0" min="0" max="100" /> </td>
<td colspan="2">
<label for="basic">เด็กมีชิวิต</label>
<input type="range" name="s2" id="s2" value="0" min="0" max="30" /> </td>
</tr>
<tr>
<td colspan="2">
<label for="basic">ผู้ใหญ่เสียชิวิต:</label>
<input type="range" name="s3" id="s3" value="0" min="0" max="100" /> </td>
<td colspan="2">
<label for="basic">เด็กเสียชิวิต:</label>
<input type="range" name="s4" id="s4" value="0" min="0" max="30" /> </td>
</tr>
<tr>
<td colspan="4"> <label for="date">วันที่เกิดเหตุการณ์:</label>
<input type="date" name="sdate" id="sdate" value="" /></td>
</tr>
<tr>
<td colspan="4"><label for="select-choice-0" class="select">กลุ่มอาการหรือโรคที่น่าสงสัย:</label>
<select name="Disease2" id="Disease2">
<option value="0">โปรดเลือกกลุ่มอาการ</option>
<option value="1">อาการผิดปกติทางเดินอาหาร</option>
<option value="2">อาการคล้ายไข้หวัดใหญ่</option>
<option value="3">ไข้เลือดออก</option>
<option value="4">ไข้ออกผื่น</option>
<option value="5">ไข้และรับรู้การเปลี่ยนแปลง</option>
<option value="6">โรคนำโดยสัตว์</option>
<option value="7">อาการป่วยคล้ายๆกันหลายรายหรือเสียชิวิตเฉียบพลันโดยไม่ทราบสาเหตุ</option>
<option value="8">เหตุการณ์ผิดปกติที่อาจมีผลเสียต่อสุขภาพ</option>
</select></td>
</tr>
<tr>
<td width="143"><label for="flip-a">เพศ:</label>
<select name="sex" id="sex">
<option value="0">กลุ่ม</option>
<option value="1">ชาย</option>
<option value="2">หญิง</option>
</select> </td>
<td width="147"><label for="flip-a">เชื้อชาติ:</label>
<select name="slider" id="race" data-role="slider">
<option value="1">ไทย</option>
<option value="2">ต่างด้าว</option>
</select> </td>
<td width="58"><label for="flip-a">สัญชาติ:</label>
<select name="nation" id="nation">
<option value="0">โปรดเลือกสัญชาติ</option>
<option value="1">ไทย</option>
<option value="2">พม่า</option>
<option value="3">ลาว</option>
<option value="4">กัมพูชา</option>
<option value="5">เวียดนาม</option>
<option value="6">ไทใหญ่</option>
<option value="7">ไทลื้อ</option>
<option value="8">ญวน</option>
<option value="9">โรฮิงญา</option>
</select> </td>
<td width="234"><label for="flip-a">อาชีพ:</label>
<select name="occ" id="occ">
<option value="0">โปรดเลือกอาชีพ</option>
<option value="1">รับจ้าง</option>
<option value="2">ราชการ</option>
<option value="3">ค้าขาย</option>
<option value="4">นักเรียน/นักศึกษา</option>
<option value="5">พระ/เณร</option>
<option value="6">เกษตรกร</option>
<option value="7">ไม่มีอาชีพ</option>
</select> </td>
</tr>
<tr>
<td colspan="4">
<legend>บ้านเลขที่-พื้นที่เกิดเหตุ:</legend>
<textarea name="textarea" id="moo"></textarea> </td>
</tr>
<tr>
<td colspan="4">
<label for="Proviance">จังหวัด</label>
<select name="Proviance" id="Proviance">
</select>
<label for="ProID">รหัสจังหวัด</label>
<input type="text" name="ProID" id="ProID" />
<p>
<label for="District">อำเภอ</label>
<select name="District" id="District"></select>
<label for="DisID">รหัสอำเภอ</label>
<input type="text" name="DisID" id="DisID" />
</P>
<p>
<label for="Subdistrict">ตำบล</label>
<select name="Subdistrict" id="Subdistrict">
</select>
<label for="SubID">รหัสตำบล</label>
<input type="text" name="SubID" id="SubID" />
</P>
</P>
</td>
</tr>
<tr>
<td colspan="4"> </td>
</tr>
<tr>
<td colspan="4"> <div data-role="fieldcontain">
<legend> เริ่มพบความผิดปกติเมื่อไร:</legend>
<textarea name="textarea" id="event_begin"> </textarea>
</div> </td>
</tr>
<tr>
<td colspan="4"> <label for="flip-a">เป็นปัญหาต่อเนื่อง:</label>
<select name="slider" id="flip-a" data-role="slider">
<option value="1">เป็น</option>
<option value="2">ไม่เป็น</option>
</select> </td>
</tr>
<tr>
<td colspan="4"> <div data-role="fieldcontain">
<legend>คาดว่าอะไรเป็นสาเหตุของความผิดปกติ:</legend>
<textarea name="textarea" id="detail"></textarea>
</div> </td>
</tr>
<tr>
<td colspan="4"><div data-role="fieldcontain">
<legend>ได้ดำเนินการควบคุมเบื้องต้นอะไรไปแล้วบ้าง:</legend>
<textarea name="textarea" id="control"></textarea>
</div> </td>
</tr>
<tr>
<td colspan="4"><div data-role="fieldcontain">
<legend>อยากให้เจ้าหน้าที่สนับสนุนอะไรบ้าง:</legend>
<textarea name="textarea" id="support"></textarea>
</div> </td>
</tr>
<tr>
<td colspan="4"><div data-role="fieldcontain">
<legend>มีข้อมูลอะไรอีกหรือไม่ที่อยากจะบอกเจ้าหน้าที่:</legend>
<textarea name="textarea" id="inshare"></textarea>
</div> </td>
</tr>
<tr>
<td colspan="4"><fieldset data-role="controlgroup" data-type="horizontal" >
<legend>ระดับความรุนแรง:</legend>
<input type="radio" name="r1" id="radio-choice-1" value="choice-1" />
<label for="radio-choice-1">น้อย</label>
<input type="radio" name="r1" id="radio-choice-2" value="choice-2" />
<label for="radio-choice-2">ปานกลาง</label>
<input type="radio" name="r1" id="radio-choice-3" value="choice-3" />
<label for="radio-choice-3">มาก</label>
<input type="radio" name="r1" id="radio-choice-4" value="choice-4" />
<label for="radio-choice-4">ไม่มี</label>
</fieldset> </td>
</tr>
<tr>
<td colspan="4"><fieldset data-role="controlgroup" data-type="horizontal" >
<legend>ระดับความผิดปกติ:</legend>
<input type="radio" name="r2" id="radio-choice-1" value="choice-1" />
<label for="radio-choice-1">น้อย</label>
<input type="radio" name="r2" id="radio-choice-2" value="choice-2" />
<label for="radio-choice-2">ปานกลาง</label>
<input type="radio" name="r2" id="radio-choice-3" value="choice-3" />
<label for="radio-choice-3">มาก</label>
<input type="radio" name="r2" id="radio-choice-4" value="choice-4" />
<label for="radio-choice-4">ไม่มี</label>
</fieldset> </td>
</tr>
<tr>
<td colspan="4"><fieldset data-role="controlgroup" data-type="horizontal" >
<legend>ระดับความเสี่ยงแพร่ระบาด:</legend>
<input type="radio" name="r3" id="radio-choice-1" value="choice-1" />
<label for="radio-choice-1">น้อย</label>
<input type="radio" name="r3" id="radio-choice-2" value="choice-2" />
<label for="radio-choice-2">ปานกลาง</label>
<input type="radio" name="r3" id="radio-choice-3" value="choice-3" />
<label for="radio-choice-3">มาก</label>
<input type="radio" name="r3" id="radio-choice-4" value="choice-4" />
<label for="radio-choice-4">ไม่มี</label>
</fieldset> </td>
</tr>
<tr>
<td colspan="4"><div data-role="fieldcontain"> <label for="tel">เบอร์โทรศัพท์:</label>
<input type="tel" name="tel" id="tel" value="" /> </div> </td>
</tr>
<tr>
<td colspan="4"><div data-role="fieldcontain">
<label for="name">ผู้แจ้ง:</label>
<input type="text" name="notifyname" id="notifyname" value="" />
</div> </td>
</tr>
<tr>
<td colspan="4"><label>แจ้งเหตุ
<input type="submit" name="send" id="send" value="Submit">
</label></td>
</tr>
<tr>
<td colspan="4"> </td>
</tr>
</form>
</table>
</div>
<div data-role="footer">
<table width="60%" border="0" align="center">
<tr>
<td><div align="right">.</div>
<div align="center">
<div align="center"><img src="images/boe_logo2011_EX.gif" width="79" height="79">
<img src="images/TUC.jpg"> </div></td>
</tr>
<tr>
<td><div align="center">
<p>Bureau of Epidemiology<br>
Department of Disease Control Ministry of Public Health<br>
Minister Secretariat Building No.4,6, 6th floor <br>
Tivanond Road, Muang, Nonthaburi 11000, THAILAND</p>
<p>Copyright © 2015</p>
</div></td>
</tr>
</table>
</div>
</div><!-- /page -->
</body>
</html>
<?
mysql_close($msm);
?>
|
|
|
|
|
Date :
2015-04-23 12:26:47 |
By :
mai_i_i |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|