Response title
This is preview!




http://docs.jquery.com/Plugins/Autocomplete.
But i can't get it working with json data.
- $("#memberFilter").autocomplete('admin.php?m=RouteSystem&_action=AjaxSearchMember', {
width: 300,
matchContains: true,
cacheLength: 3
});
the json data wich i use:
- [{"name":"bas","to":"b@s.nl"},{"name":"bat","to":"b@st.nl"}]
when i start typing in the textfield it will show me "[{"name":"bas","to":"b@s.nl"},{"name":"bat","to":"b@st.nl"}]"
as the only ooption to select...
i want to have:
1. bas (b@s.nl)
2. bat (b@st.nl)
© 2012 jQuery Foundation
Sponsored by
and others.
