SearchableInput/index.html
2025-02-27 13:03:37 -07:00

6.9 KiB

<html> <head> </head>

SearchableInput

Below is a table of inputs that all access the same source of items rendered in a hidden div. The items in the hidden div were generated using JavaScript and jQuery.

Selection 1
Selection 2
Selection 3
Selection 4
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Below is a table of inputs that all access the same source of items returned as application/json by a GET request. When the GET request is made, the input's value is sent as named URL parameter "q".

Selection 1
Selection 2
Selection 3
Selection 4
Selection 5
</html>