Uncaught TypeError: $(…).autocomplete is not a function

前端 未结 2 1572
无人共我
无人共我 2021-01-21 20:32

I\'m trying to implement a JQuery autocomplete text box. I couldn\'t get my custom one to work, so I\'m trying to implement the stock text box instead to begin with so I can fix

2条回答
  •  孤独总比滥情好
    2021-01-21 21:34

    Change the beginning of your code with the one below. You are missing some files.

    
        
      
      
      
    
    
        
      
      
      
    
    
     
    

提交回复
热议问题