Hello,
I'm using the bassistance version of autocomplete.
What I'd like to do, is getting my initial list filtered even if I add
words unordered :
If I type "Marc", I will get a list of [Abb Marc, Trp Marc, Thx Marc]
If I keep writing "Marc Ab.." by instance, the list dissapears because
it's not
Hello,
When I use jquery.autocomplete.js on a field that lives inside a
jquery modal popup, the autocomplete list doesn't stick to the textbox
when scrolling with the scrollwheel of the mouse.
Anyone knows if this is a bug, or a configuration issue?
best regards!
Kevin
If the Autocompleter ist active and I click somewhere else on the page
to close the autocompleter, the autocompleter inputbox will be
focused. Can I change this behavior? I want that the autocompleter
will be closed if I click somewhere and that the clicked element will
be focused.
The examples on
i assume you are using this plugin?
http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/
if so, why did you put the call to autocomplete() inside an event handler?
normally autocomplete() is called on page ready and it establishes its own
event handlers.
On 5/22/09 1:50 PM, "the_g
@wesleycjx
I guess the event is called on "keypress" event.
i have a similar sort of problem like deafGuru
my script is->
$(".stock_item").live("keypress",function(){
console.log($(this));
$(this)
.autocomplete("includes/pages
Hi, I have the following script in my index.php file:
var options = {
script:"get_labels.php?json=true&",
varname:"input",
minchars: 2,
delay: 200,
json:true,
shownoresults:false,
Greetings,
I'm working on adding autocomplete to a form which describes a
discussion paper. Each paper can have multiple authors and I want to
provide autocomplete on the author names. I'm new to jQuery so this
code is kind of rough.
In the head section of the page I load the necessary js file
Hi,
I have created some widget to search the database for some entries.
I used the autocomplete script to show the results.
I wanted to hide the search box after a result is selected (the
searchbox will be shown on a click of a button)
Everything works fine exept in IE.
Cause I hide my input box
Hi,
i have a question,
how to manually fire the autocomplete event?
aa,
bb,
cc,
dd ...
$(document).ready(function(){
$("#acTxt").autocomplete(theUrl, {
minChars: 2,
matchContains: true,
max: 20
});
$(".pTxt").click(functio
Don't pass true to clone() as you're copying the event handlers. I
suspect that's the problem.
On Sun, Mar 15, 2009 at 8:26 PM, deafGuru wrote:
>
> Hi,
>
> I have a bug with JQuery Autocomplete plugin. I don't know whether
> it's a bug or feature by design. The bug is easy to produce on-demand.
Hi,
I have a bug with JQuery Autocomplete plugin. I don't know whether
it's a bug or feature by design. The bug is easy to produce on-demand.
Step-by-step to produce a bug.
. Click to add new Author textbox.
. Select second Author textbox to focus.
. Type first two characters, says, 'La'.
. Auto
Hi.
I have two fileds. For exmple:
$("#name").autocomplete('seatch.php');
$("#id").result(function(event, data, formatted) {
if (data) {
$("#id").val(data[1]);
}
If i select sometfing in autocomplete field, my id field will have id
of this item. After submit I have two fields - one wiet
Konqueror and FF2 work just fine but the side scrollbar doesn't appear
when I try this basic test in IE 7.0.5730.13.
The scrollbar does not work here:
http://kittyslayer.ucdavis.edu/jquerytest/system/application/views/jquerytest.php
However, the demo site actually works:
http://kittyslayer.ucdav
I have been working on adding autocomplete into a plugin for the
tinyMCE editor. For some reason in the popup the autocomplete would
only work on a few occasions - mainly when I was using the debugger.
I noticed that on line 314 in jQuery.autocomplete.js:
if ( data && data.length && hasFocus ) {
Hi All,
I just updated the version I was using 1.0 of the jquery autocomplete
to version 1.0.2. And right away one thing does not work the same for
me. The display used to be a nice list with no scroll bars and would
say More at the bottom with arrows. Now it comes up with both a
horizontal an
Hi, I have a textarea and i will write news related to mobile phones
in it. But i want each phone must match the name in my database and be
a link to its description page like journal form in last.fm
In order to do this autocomplete should start to search whenever i
type [phone] and when i find t
Hi, I have a textarea and i will write news related to mobile phones
in it. But i want each phone must match the name in my database and be
a link to its description page like journal form in last.fm
In order to do this autocomplete should start to search whenever i
type [phone] and when i find t
Thanks Jörn for great plugin!!!
Realy solved my most autocomplete problems.
My requirement and expectation form Autocomplete plugin was:
1. Multimple select
2. HTML formated out put (I added, please check
http://dev.reach1to1.net/saurabh/jplugins/autocomplete/)
3. On Select callback
=>Multiple
18 matches
Mail list logo