|
|
|
ถามหน่อยครับ ทำไมผมกดปุ่มบวกแล้วเลือกวันที่ไม่ได้ครับ |
|
|
|
|
|
|
|
ืname ของ element ที่เพิ่มเข้ามามันซ้ำ
|
|
|
|
|
Date :
2016-02-09 11:58:49 |
By :
apisitp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมแก้แล้วทำไม่ได้ครับ นี่ครับ code
Code (PHP)
<link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
<link rel="stylesheet" href="/resources/demos/style.css">
<script>
$(function() {
$('body').on('click','.input_date', function() {
$(this).datepicker();
});
});
</script>
<td><input type="text" id="datepicker" name ="datepicker" class=".input_date" readonly="readonly">
</td>
|
|
|
|
|
Date :
2016-02-09 12:34:02 |
By :
erlnw001 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
<link rel="stylesheet" href="/resources/demos/style.css">
<script>
$(function() {
$('body').on('click','.input_date', function() {
$(this).datepicker();
});
});
</script>
<td><input type="text" id="datepicker" name ="datepicker" class="input_date" readonly="readonly">
</td>
|
|
|
|
|
Date :
2016-02-09 12:42:19 |
By :
progamer2000 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (JavaScript)
$(function() {
$('body').on('click','.input_date', function() {
$(this).datepicker();
});
});
ช่วงหลัง ๆ เค้าสนับสนุนให้เอา jQuery มาไว้ล่างสุดครับ
|
|
|
|
|
Date :
2016-02-09 13:14:38 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|