input 和ul li 组成模糊匹配
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Insert title here</title> <script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script> <script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script> </head> <body> <style> ul{ padding: 0; margin-top: 2px; } ul>li{ list-style: none; } .search-select{ width: 210px; text-align: center; } .search-select .search-select-list{ width: 200px; max-height: 200px; overflow-y: scroll; box-shadow: 0 3px 6px rgba(221,221,221,1.0); border-radius: 0.2rem; margin: 0 auto; display: none; padding-top: 0;