Changes

AJAX - Function - Live Search Table

68 bytes added, 20:14, 2 February 2018
Setup
* In the Generic Area, add a div...
<syntaxhighlight lang="html4strict" line start="1">
<div id="divOutput"></div><input type="hidden" name="inputFoundId" id="inputFoundId" value="" />
</syntaxhighlight>
* Use the function layout below in your code
* In the values you're searching for use an * prepended and/or appended to the string for wildcards
* You can combine search fields and search values using Commas but be careful to filter input
 
 
= Code =
7,528
edits