- jQuery UI Cookbook
- Adam Boduch
- 122字
- 2021-08-13 16:40:50
Introduction
The main purpose of the autocomplete widget is to augment the capabilities of the standard HTML form input
element. Instead of the user having to type out the full value of the input field each time, the autocomplete widget offers suggestions as to what the value might be. For example, let's say you're adding a new product. The product field could be a text input, a select input, and so on. In this scenario, one would use the existing product in the system as the source for an autocomplete widget. Chances are, the user who is entering the product, or another user for that matter, has entered that product before. With autocompletes, users have some assurance that they're providing valid inputs.
推薦閱讀
- 每天5分鐘玩轉Kubernetes
- Ansible權威指南
- Persistence in PHP with the Doctrine ORM
- Learning Bootstrap
- Linux使用和管理指南:從云原生到可觀測性
- AutoCAD 2014中文版從入門到精通
- Advanced TypeScript Programming Projects
- 云原生落地:產品、架構與商業模式
- 計算機系統的自主設計
- Troubleshooting Docker
- 鴻蒙操作系統設計原理與架構
- Multi-Cloud for Architects
- Raspberry Pi入門指南
- Java EE 8 High Performance
- 計算機應用基礎(Windows 7+Office 2010)