That's brilliant! Thanks.
Thanks
_
From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On
Behalf Of Md. Ali Ahsan Rana
Sent: 04 January 2010 12:06
To: jquery-en@googlegroups.com
Subject: Re: [jQuery] Autocomplete
If you want to match ignoring the comma(may be this is what you want), then
you
If you want to match ignoring the comma(may be this is what you want), then
you have to pass some extra parameters and some more suggestion will show up
besides the expected..
$("#suggest1").focus().autocomplete(cities,
{multiple: true,
multipleSeparator:" ",
matchContains:true}
i just tried with this
cities = ["TownOne, County", "Town Two, County", "Town Three, County",
"TownFour, County"];
$("#suggest1").autocomplete(cities);
its working correctly. The problem you said, event doesn't appear. So, can
you explain what you r using and what is happening actually?
Regards
New Year my brain is still
in Christmas mode...
Thanks again
Andrew
_
From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On
Behalf Of Md. Ali Ahsan Rana
Sent: 04 January 2010 08:33
To: jquery-en@googlegroups.com
Subject: Re: [jQuery] Autocomplete
loop through all
loop through all the items in array and use
item.replace(",","',")
this should be ok now...
--
http://ranacseruet.blogspot.com/
in the autocomplete prompt list. How can I
handle this.
Thanks again
Andrew
_
From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On
Behalf Of waseem sabjee
Sent: 02 January 2010 19:39
To: jquery-en@googlegroups.com
Subject: Re: [jQuery] Autocomplete
i would suggest you chec
i would suggest you check out jQuery UI
On Sat, Jan 2, 2010 at 9:35 PM, AndrewM wrote:
> Hi,
>
> I am new to jQuery and have 2 questions:
>
> I am using the bassistance.de jQuery plug-in.
>
> 1. For speed I have created my Array of data to be searched client
> side in a .js file as I have 25k +
Thank you very much. This is working.
But it should happen after klicking on a result and not while typing.
Now I try to find the position in the code where the "clicking event"
is written and I can insert this. I think its somewhere in the
jquery.autocomplete.js .
Thank you!
On 22 Dez., 15:
function formatItem(row) {
window.location = row[1]; //Send the user to URL 'row[1]'
}
On Dec 22, 7:33 am, Axel wrote:
> Hello Everbody,
>
> i´m using "jquery autocomplete" on my site. In row [1] i put values
> for building urls - and when I klick on it I want to move to the URL -
> and no
Works fine in FF 3.5.5
On Thu, Nov 12, 2009 at 6:36 PM, danielecr wrote:
> try in http://www.confestetica.it/estetica/ (on the right)
> 1. typed some chars
> 2. move scrollbar with mouse
> 3. click elsewhere
> 4. div do not disappear as expected (at least by me)
>
> I loaded bgiframe plugin, ther
thanks jorn
On Tue, Oct 6, 2009 at 4:38 PM, Jörn Zaefferer <
joern.zaeffe...@googlemail.com> wrote:
> Right here:
> http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/
>
> Source (for now) is here:
> http://bassistance-plugins.googlecode.com/svn/trunk/plugins/autocomplete/
>
> Jörn
>
Right here: http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/
Source (for now) is here:
http://bassistance-plugins.googlecode.com/svn/trunk/plugins/autocomplete/
Jörn
On Tue, Oct 6, 2009 at 8:36 AM, sangram wrote:
>
> hi,
>
> i have used previous version of jquery autocomplete p
On Fri, Sep 11, 2009 at 22:44, Erick wrote:
Hi Alex,
Thank you very much for the response, but I'm pretty new to this.
Done a LOT of vanilla js, but not much jquery. Could you please help
me with the results trigger?
I'm assuming in doc.ready, do something like this:
$("#my_field").result
Hi Alex,
Thank you very much for the response, but I'm pretty new to this.
Done a LOT of vanilla js, but not much jquery. Could you please help
me with the results trigger?
I'm assuming in doc.ready, do something like this:
$("#my_field").result (function(event, data, formatted) {
// do some
preset "Two" as value for autocomplete field, and the 2 for the code field.
then add a results trigger to set the value param received to the code field.
On Thu, Sep 10, 2009 at 19:42, Erick wrote:
I'm using the JQuery Autocomplete plug-in and having a great deal of
difficulty setting the val
Hi All,
Can someone please help me to fix this issue? i am not sure if I am posting
in the right alias?
Thanks,
Pankaj
On Wed, Aug 5, 2009 at 9:02 PM, pankaj wrote:
> Hi All,
>
> After I update JQuery autocomplete plugin (jQuery UI Autocomplete
> @VERSION), I found one issue. The issue is as f
sorry... i am beginner :) take it easy ;)
On Jul 23, 2009 11:08am, Ken wrote:
how to disable firebug.
2009/7/23 reneara...@gmail.com>
Hi!
first: someone know one great (simple and easy) plugin for jquery for
autocomplete/suggestion ?
second: someone use this plugin with DWR ?
tha
how to disable firebug.
2009/7/23
> Hi!
>
> first: someone know one great (simple and easy) plugin for jquery for
> autocomplete/suggestion ?
> second: someone use this plugin with DWR ?
>
>
> thanks :)
--
--
-
Administrator : Ken Phan
Websmater : www.goldengate.com.vn
Listen to mu
to set extraParams dynamically to the current value of other dom elements,
assign a function to the extraParams that retrieves the value from the dom,
e.g.
$("#state").autocomplete(url, {
extraParams: {
town: function() { return $("#town").val(); }
}
});
see http://docs.jquery.
Use AutoComplete's "extraParams" hook
http://docs.jquery.com/Plugins/Autocomplete/autocomplete#toptions
so it would be like:
$("your state search textbox").autocomplete(
"/ajax/location.php",
{ extraParams: { type: $("#state").val() } }
);
On Jun 26, 12:34 pm, 01101010001010001010
w
Hey i did not get you. Could please tell me more in details, if
possible with some code/examples.
Thanks in advance.
On Jun 23, 11:28 am, tarave wrote:
> As I mentioned in my earlier post I have the same problem with
> autocomplete.
>
> The fix/workaround that I added to my page was to add a va
It returns an empty, but still layer is there, it should be hided.
On Jun 22, 11:10 am, Jörn Zaefferer
wrote:
> What happens when your service doesn't return a result? As long as it
> returns an empty result (not an error), it should work fine.
>
> Jörn
>
> On Mon, Jun 22, 2009 at 5:01 PM, Dushy
As I mentioned in my earlier post I have the same problem with
autocomplete.
The fix/workaround that I added to my page was to add a validation
that is executed just prior to the page submit.
The validation takes the typed in value and queries my data source to
verify the typed in value exists.
I tried following one:
In the request function after the line var data = cache.load(term); I
added the following:
if (!data) {
options.isEmpty(0);
} else {
options.isEmpty(data.length);
}
And in my autocomplete code, I adde
I'm having the same problem today. Looks like another person did to
and thier fix was to put a hack into the autocomplete plugin code.
here is a link...
http://groups.google.com/group/jquery-en/browse_thread/thread/9011e7faa57dca06
On Jun 22, 3:18 pm, tarave wrote:
> I'm having the same problem today. Looks like another person did too
> and thier fix was to put a hack into the autocomplete plugin code.
it return result but its null. and in that case i want to hide layer
by calling select.hide(); but where should i call it.
where to check that data==null and call select.hide();
Please help me on this.
Thanks
On Jun 22, 11:10 am, Jörn Zaefferer
wrote:
> What happens when yourservicedoesn't
What happens when your service doesn't return a result? As long as it
returns an empty result (not an error), it should work fine.
Jörn
On Mon, Jun 22, 2009 at 5:01 PM, Dushyant Patel wrote:
>
> Hello,
>
> I am using jQuery Autocomplete Plug-ins(http://bassistance.de/jquery-
> plugins/jquery-plu
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 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.
We provide an export of our documentation in the OpenAjax Metadata
format, which is already supported by Aptana (an alterantive to
JSDT/WTP), and also by other IDE, at least planned for Visual Studio,
Dreamweaver etc.
You can generate the metadata via the openAjaxMetadata target from our
ant buil
Solved my own problem. See solution here:
http://groups.google.com/group/jquery-en/msg/89adfbd3e15fde09 on
discussion:
http://groups.google.com/group/jquery-en/browse_thread/thread/84950b404129b00b
On Feb 6, 10:29 am, Han wrote:
> James, that problem that you just described is the exact proble
James, that problem that you just described is the exact problem that
I am having. I can get the autocomplete plugin to update a hidden
input with an id value perfectly fine if the user selects a value from
the list and triggers the result() function, however I also need it to
clear the hidden in
One way I can think of is that you make a JSON list that has an "id"
and "name" pair. When an existing option is selected, using the
Autocomplete's result() function, add the id's value to some JS
variable.
(result() function: http://docs.jquery.com/Plugins/Autocomplete/result#handler)
If it's ty
Thank you so much. It works great.
On Dec 11, 5:05 pm, "Jörn Zaefferer"
wrote:
> Though in this case you don't really need JSON, just a line-delimited list.
>
> searchVal = ServletRequestUtils.getStringParameter(request, "q");
> list= service.getResult(searchVal );
> for (String entry : list) {
Though in this case you don't really need JSON, just a line-delimited list.
searchVal = ServletRequestUtils.getStringParameter(request, "q");
list= service.getResult(searchVal );
for (String entry : list) {
response.getWriter().write(entry + "\\n");
}
return null;
On Thu, Dec 11, 2008 at 11:03
You should use a JSON library (see json.org) to generate valid JSON,
then write that directly to the response, returning null to indicate
to Spring that the response is already rendered.
Something like this:
searchVal = ServletRequestUtils.getStringParameter(request, "q");
list= service.getResul
On Sep 11, 1:09 pm, Julian <[EMAIL PROTECTED]> wrote:
> anyone?
The way around it is to save the input widget names into the array and
initialize it again after flush.
___Mark Szu
anyone?
On 7 Септ, 20:00, Julian <[EMAIL PROTECTED]> wrote:
> Thanks for the fast response, but after i use flushCache() there are
> no results after i press key into the inputbox.
> I ask this question because i use more than one input box with that
> data, and after i update the JSON data i mus
Thanks for the fast response, but after i use flushCache() there are
no results after i press key into the inputbox.
I ask this question because i use more than one input box with that
data, and after i update the JSON data i must unbind all inputs.
Greetings!
You can flush the cache, that should make modifications to the data
array visible: http://docs.jquery.com/Plugins/Autocomplete/flushCache
Jörn
On Sun, Sep 7, 2008 at 4:31 PM, Julian <[EMAIL PROTECTED]> wrote:
>
> Greetings!
> I`m using jquery auto complete plugin from
> http://bassistance.de/jque
Nevermind, I found the localdata.js file!!!
On May 20, 8:00 am, mickes <[EMAIL PROTECTED]> wrote:
> 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 sele
No yet, but in next time I will post something ;)
On 18 set, 01:54, edavis <[EMAIL PROTECTED]> wrote:
> I am looking into refactoring AutoSuggest to use jQuery. Any progress
> on your side?
>
> On Sep 10, 2:07 pm, Alexsandro_xpt <[EMAIL PROTECTED]> wrote:
>
> > Please.. somebody...
I am looking into refactoring AutoSuggest to use jQuery. Any progress
on your side?
On Sep 10, 2:07 pm, Alexsandro_xpt <[EMAIL PROTECTED]> wrote:
> Please.. somebody...
Please.. somebody...
No body?
On 7 set, 15:08, Alexsandro_xpt <[EMAIL PROTECTED]> wrote:
> 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
Hellow???
Thanks for the help.
On Sep 8, 12:33 am, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:
> Giovanni Battista Lenoci schrieb:
>
> > Saidur ha scritto:
> >> 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
Giovanni Battista Lenoci schrieb:
Saidur ha scritto:
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
I used this one, it has documentation and examples.
http://www.dyve.net/jquery/?autocomplete
Saidur ha scritto:
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
I used this one, it has documentation and examples.
http://www.dyve.net/jquery/?autocomplete
Bye
Other thing...
How Could I pass a string with the id of hidden field for the
"findValue" function??
Thank You.
On 31 maio, 14:32, tuliopaiva <[EMAIL PROTECTED]> wrote:
> It worked!
> Thank You!
>
> On 31 maio, 10:22, "Dan G. Switzer, II" <[EMAIL PROTECTED]>
> wrote:
>
> > >Hello!
>
> > >First
It worked!
Thank You!
On 31 maio, 10:22, "Dan G. Switzer, II" <[EMAIL PROTECTED]>
wrote:
> >Hello!
>
> >First thing: I'm starting in jquery and my english is poor. :P
>
> >I'm using Django + jquery autocomplete mod (http://www.pengoworks.com/
> >workshop/jquery/autocomplete.htm) and it's working
>Hello!
>
>First thing: I'm starting in jquery and my english is poor. :P
>
>I'm using Django + jquery autocomplete mod (http://www.pengoworks.com/
>workshop/jquery/autocomplete.htm) and it's working fine, but one thing
>doesn't works: the hidden value.
>For example, my string is "Tulio|123\n" whe
56 matches
Mail list logo