The Autocomplete widgets provides suggestions while you type into the field. The datasource is a simple JavaScript array, provided to the widget using the source-option.

learn more… | top users | synonyms

1
vote
0answers
123 views

Append Auto Suggest list to specific html tag?

Right now I have a script that auto suggests some post titles, using wordpress' suggest.js <script type="text/javascript"> var se_ajax_url = '<?php echo admin_url('admin-ajax.php'); ...
0
votes
0answers
199 views

Jquery autocomplete not working on Wordpress post edit screen, (conflict with tinymce scripts)

TOday i did a lot of googling to find the solution to my jquery autocomplete issue. Finaly i am here to find help... The issue is... On my wordpress admin side (on post edit screen) I am using jquery ...
-1
votes
0answers
271 views

Jquery UI Autocomplete from remote source

I've used JQuery UI autocomplete in the past, with a remote php source, but now I'm trying to do the same in WordPress and have come unstuck! UPDATE I'm really close to getting this working, albeit ...