|
![](/images/resource/spacer.gif) |
|
รบกวนผู้รู้ด้วยครับ หลังจากกด autocomplete ผมต้องการให้ div แสดง พร้อมกับ span ที่โชว์ชื่อที่เราค้นหาครับ |
|
![](/images/resource/viewboard_01.gif?v=1001) |
|
|
![](/images/resource/viewboard_03.gif?v=1001) |
![](/images/resource/viewboard_04.gif?v=1001) |
|
ใช้ jquery ajax ส่งค่าไปคิวรี่ แล้วรับค่ากลับครับ
Code (PHP)
<input type="text" id="search" placeholder="ค้นหา...">
<div class="menu"></div>
$("#search").keyup(function(){
var field_name = $(this).val();
$.post('search.php',{'field_name':field_name},function(data){
$('.menu').html(data);
});
});
search.php
Code (PHP)
$sql = "select * from tb_name where field_name like '%$_POST[field_name]%'";
//mysql_query
//mysql_fetch_array
echo "<span>mysql_fetch_rows</span>";
|
![](/images/resource/blockviewtopic_01.gif?v=1001) |
![](/images/resource/blockviewtopic_02.gif?v=1001) |
![](/images/resource/blockviewtopic_03.gif?v=1001) |
![](/images/resource/blockviewtopic_04.gif?v=1001) |
Date :
2017-05-14 15:58:15 |
By :
Manussawin |
|
![](/images/resource/blockviewtopic_06.gif?v=1001) |
![](/images/resource/blockviewtopic_07.gif?v=1001) |
![](/images/resource/blockviewtopic_08.gif?v=1001) |
![](/images/resource/blockviewtopic_09.gif?v=1001) |
|
|
![](/images/resource/viewboard_06.gif?v=1001) |
![](/images/resource/viewboard_07.gif?v=1001) |
|
![](/images/resource/viewboard_08.jpg?v=1001) |
![](/images/resource/viewboard_09.gif?v=1001) |
|
|
|
![](/images/digitalocean-banner.jpg)
|
Load balance : Server 01
|