|
|
|
เรื่อง autocomplete ถ้าให้แสดงทุก input ทำอย่างไรคะ |
|
|
|
|
|
|
|
Code (PHP)
<td class="td">Design<input type="text" name="design[]" id="word" style="width: 180px;"></td>
<td class="td">Design<input type="text" name="design[]" id="word1" style="width: 180px;" ></td>
<script>
$(function(){
$('#word').autocomplete({
source: "test.php",
minLength: 2
});
$('#word1').autocomplete({
source: "test.php",
minLength: 2
});
});
</script>
|
|
|
|
|
Date :
2017-04-18 08:45:03 |
By :
apisitp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากค่ะ
|
|
|
|
|
Date :
2017-04-19 08:23:37 |
By :
DNV |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2017-04-19 11:42:19 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|