JQuery Autocomplete from Database

后端 未结 3 1213
余生分开走
余生分开走 2021-01-01 08:25

I need to to do autocomplete suggestion for my website and the data should be retrieved from database. I want to use JQuery autocomplete. here is my code but it doesn\'t wor

3条回答
  •  滥情空心
    2021-01-01 08:36

    I did some changes, maybe you need to fix something but take a look to see if helps...

    The php:

    
    

    The html+jquery:

    
        
            
            
            
        
        
            
    Name:

提交回复
热议问题