Materialize autocomplete with dynamic data in jquery ajax

后端 未结 5 1036
渐次进展
渐次进展 2020-12-30 15:16

I\'m using materialize ui in an ASP.Net MVC application and I\'m using an autocomplete control with dynamic data.

Here is my code,

5条回答
  •  北海茫月
    2020-12-30 15:47

    you can easily achieve the autocomplete functionality using the Devberidge plugin.

    Get Devbridge plugin using https://github.com/devbridge/jQuery-Autocomplete

         
    

    Here the getCountry.php file returns the JSON data. For more info visit https://ampersandacademy.com/tutorials/materialize-css/materialize-css-framework-ajax-autocomplete-example-using-php

提交回复
热议问题