javascript/html autocomplete textbox

后端 未结 9 1446
我寻月下人不归
我寻月下人不归 2020-12-09 16:00

I am developing a web page which has a requirement of many autocomplete textboxes. As I am new to javascript, it is very tough for me to make my own autocomplete textbox. So

9条回答
  •  生来不讨喜
    2020-12-09 16:39

    If you are new to web development I'd recommend you to use jquery and jqueryUI package. The link above is to demo page where you can play with different types of datasources. I've copied an example which uses simple array as a datasource

    
    
    

提交回复
热议问题