[jQuery] jQuery AutoComplete plugin & url problem

2009-12-25 Thread wenyus
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

[jQuery] jquery autocomplete plugin - hardcoded overflow: auto

2009-10-14 Thread Rick Strahl
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

[jQuery] jquery autocomplete plugin

2008-12-30 Thread Relez
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

[jQuery] Jquery Autocomplete plugin question = Can I feed it an xml or js file for the completion items?

2008-05-20 Thread mickes
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

[jQuery] jQuery Autocomplete Plugin Efficiency in AutoSuggest Brand Spanking New

2007-09-07 Thread Alexsandro_xpt
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

[jQuery] jquery autocomplete plugin with php

2007-09-07 Thread Saidur
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