how to restrict anonymous data while using jquery autocomplete plugin
Posted
by Nizam
on Stack Overflow
See other posts from Stack Overflow
or by Nizam
Published on 2010-04-01T04:50:43Z
Indexed on
2010/04/01
4:53 UTC
Read the original article
Hit count: 274
jQuery
|autocomplete
Hi,
I am using jQuery autocomplete plugin. I want to restrict the user to select the options only available from autocomplete list and he cannot enter the non available. And the data for autocomplete is from the server and not local.
Is there any option to implement it.
© Stack Overflow or respective owner