jquery autocomplete not working

前端 未结 3 2056
你的背包
你的背包 2021-02-07 10:16

Could someone please tell me why my code for the jquery autocomplete is not working?

Here is my javascript code.



        
3条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-07 10:58

    For Mvc architecture you must delete already embedded

    @Scripts.Render("~/bundles/Jquery") and
    @Scripts.Render("~/bundles/Jqueryval")  
    

    from all .cshtml files at the end and for also views/Shared/_layout.cshtml at the end and put our jquery suitable files on his suitables .cshtmls files in head...and let's enjoy. put on head..these files

     
    
    
    

提交回复
热议问题