[jQuery] Re: jQuery AUTOCOMPLETE (by bassistance): submit on click

2010-02-18 Thread jjunior
That's brilliant! Thanks.

RE: [jQuery] Autocomplete

2010-01-04 Thread amercer
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

Re: [jQuery] Autocomplete

2010-01-04 Thread Md. Ali Ahsan Rana
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}

Re: [jQuery] Autocomplete

2010-01-04 Thread Md. Ali Ahsan Rana
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

RE: [jQuery] Autocomplete

2010-01-04 Thread amercer
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

Re: [jQuery] Autocomplete

2010-01-04 Thread Md. Ali Ahsan Rana
loop through all the items in array and use item.replace(",","',") this should be ok now... -- http://ranacseruet.blogspot.com/

RE: [jQuery] Autocomplete

2010-01-04 Thread amercer
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

Re: [jQuery] Autocomplete

2010-01-02 Thread waseem sabjee
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 +

[jQuery] Re: jquery autocomplete should link to page

2009-12-22 Thread Axel
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:

[jQuery] Re: jquery autocomplete should link to page

2009-12-22 Thread MorningZ
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

Re: [jQuery] autocomplete div don't disappear after move scroll

2009-11-12 Thread Andrei Eftimie
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

[jQuery] Re: Jquery autocomplete source code and instructions

2009-10-06 Thread gurram sangram reddy
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 >

[jQuery] Re: Jquery autocomplete source code and instructions

2009-10-06 Thread Jörn Zaefferer
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

[jQuery] Re: JQuery Autocomplete Values/Presetting

2009-09-11 Thread alexbodn . groups
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

[jQuery] Re: JQuery Autocomplete Values/Presetting

2009-09-11 Thread Erick
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

[jQuery] Re: JQuery Autocomplete Values/Presetting

2009-09-10 Thread alexbodn . groups
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

[jQuery] Re: JQuery autocomplete got broke after i update it.

2009-08-06 Thread pankaj sharma
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

[jQuery] Re: jquery autocomplete with dwr

2009-07-23 Thread renearaujo
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

[jQuery] Re: jquery autocomplete with dwr

2009-07-23 Thread Ken
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

[jQuery] Re: JQuery Autocomplete - conditional autocompletion between fields

2009-06-29 Thread Tom Worster
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.

[jQuery] Re: JQuery Autocomplete - conditional autocompletion between fields

2009-06-28 Thread MorningZ
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

[jQuery] Re: jQuery Autocomplete - After service call if result is NULL then layer should be invisible

2009-06-23 Thread Dushyant Patel
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

[jQuery] Re: jQuery Autocomplete - After service call if result is NULL then layer should be invisible

2009-06-23 Thread Dushyant Patel
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

[jQuery] Re: jQuery Autocomplete - After service call if result is NULL then layer should be invisible

2009-06-23 Thread tarave
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.

[jQuery] Re: jQuery Autocomplete - After service call if result is NULL then layer should be invisible

2009-06-22 Thread Dushyant Patel
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

[jQuery] Re: jQuery Autocomplete - After service call if result is NULL then layer should be invisible

2009-06-22 Thread tarave
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.

[jQuery] Re: jQuery Autocomplete - After service call if result is NULL then layer should be invisible

2009-06-22 Thread tarave
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.

[jQuery] Re: jQuery Autocomplete - After service call if result is NULL then layer should be invisible

2009-06-22 Thread Dushyant Patel
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

[jQuery] Re: jQuery Autocomplete - After service call if result is NULL then layer should be invisible

2009-06-22 Thread Jörn Zaefferer
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

[jQuery] Re: Jquery Autocomplete Problem

2009-05-24 Thread Tom Worster
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

[jQuery] Re: Jquery Autocomplete Problem

2009-05-22 Thread the_guru
@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

[jQuery] Re: Jquery Autocomplete Problem

2009-03-25 Thread wesley...@gmail.com
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

[jQuery] Re: Jquery Autocomplete Problem

2009-03-15 Thread brian
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.

[jQuery] Re: jQuery Autocomplete Documentation for Eclipse JSDT/WTP 3 - JsDoc

2009-02-23 Thread Jörn Zaefferer
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

[jQuery] Re: jQuery AutoComplete - how to post a variable if option is selected?

2009-02-06 Thread Han
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

[jQuery] Re: jQuery AutoComplete - how to post a variable if option is selected?

2009-02-06 Thread Han
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

[jQuery] Re: jQuery AutoComplete - how to post a variable if option is selected?

2009-02-03 Thread James
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

[jQuery] Re: Jquery autocomplete with spring MVC

2008-12-12 Thread anny
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) {

[jQuery] Re: Jquery autocomplete with spring MVC

2008-12-11 Thread Jörn Zaefferer
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

[jQuery] Re: Jquery autocomplete with spring MVC

2008-12-11 Thread Jörn Zaefferer
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

[jQuery] Re: jquery autocomplete local data

2008-09-29 Thread Mark Szu
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

[jQuery] Re: jquery autocomplete local data

2008-09-11 Thread Julian
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

[jQuery] Re: jquery autocomplete local data

2008-09-07 Thread Julian
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!

[jQuery] Re: jquery autocomplete local data

2008-09-07 Thread Jörn Zaefferer
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

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

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

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

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

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

2007-09-18 Thread edavis
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...

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

2007-09-11 Thread Alexsandro_xpt
Please.. somebody...

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

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

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

2007-09-09 Thread Alexsandro_xpt
Hellow???

[jQuery] Re: jquery autocomplete plugin with php

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

[jQuery] Re: jquery autocomplete plugin with php

2007-09-07 Thread Jörn Zaefferer
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

[jQuery] Re: jquery autocomplete plugin with php

2007-09-07 Thread Giovanni Battista Lenoci
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

[jQuery] Re: jQuery Autocomplete Mod

2007-05-31 Thread tuliopaiva
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

[jQuery] Re: jQuery Autocomplete Mod

2007-05-31 Thread tuliopaiva
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

[jQuery] Re: jQuery Autocomplete Mod

2007-05-31 Thread Dan G. Switzer, II
>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