I am using a jQuery AutoComplete plugin.
My code is not working:
var jj=$("#region_area").val();
$("#code_area").autocomplete( "codearea.php?id="+jj , {autoFill:
true,matchContains: true});
This also not working:
var jj=$("#region_area").val();
jj="codearea.php?id="+jj;
$("#code_area").autocompl
I'm taking a look at the jQuery autocomplete plugin and it works great
for the most part except that it's generating scrollbars on both sides
of the drop down list.
Unfortunately this can't be overridden (AFAIK) via the stylesheet
provided because the code apparently hard codes the overflow: aut
Hi list, I need some help with autocomplete plugin.
I have two text field (name and surname) and I need to add to the name
field the autocomplete like this:
When the user start writing on it, it shows the coincidences and when
he select the correct item the surname field most be filled too. For
e
Has anyone used the Autocomplete plugin by feeding it an xml file not
generated from a sql result?
I am writing a Greasemonkey script to autofill an input box from a
list of possible selections that I would like to store in an xml file
or a js file inside the Greasemonkey script.
Anyone have a t
Hello everybody,
I need/would like get (jQuery Autocomplete)
http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/
efficiency and make a new AutoSuggest(http://www.brandspankingnew.net/
archive/2006/08/ajax_auto-suggest_auto-complete.html) because it
AutoSuggest is a nice design, someb
Hello ,
I am a new bie in jquey. I need tutorial to work on jquery auto
complete plugin with php .
I need code. That i will test .
Thanks
6 matches
Mail list logo