Question
Need Cfdiv bind@keypress delay
Is there a method to delay a cfdiv bind @11000911?
I need to wait until user has finished typing so the ajax queries are not executed with each keystroke.
<cfform>
<cfinput type="text" name="search" />
</cfform>
//on keyup get the list of names based on cfinput search value.
<cfdiv bind="url:mycfm.cfm?search={search@keyup}" id="myDiv" />
Thanks in advance.
eSearing
