[jQuery] Extending JQuery auto complete code

2009-12-14 Thread AndrewM
Hi, Your jQuery examples really good thanks. However I have a couple of questions: 1. Can you advise which part of the code I need to extend so that the auto complete code does not call on the first page load. The field I am using it for needs some information text to appear when the page firs

[jQuery] auto-complete

2009-10-27 Thread Fernando Ferreira da Silva
anyone have any examples of auto-complete ?? tenks

[jQuery] Auto-complete a new input dynamically added

2009-10-08 Thread LReyesD
Hi, I'm new to jQuery and I'm using the autocomplete pluggin. So far it works great, but I wonder how I can autocomplete a newly input added dynamically by innerHTML. It seems this new input element is not being recognized as is not firing the event. Thanks for any clue.

[jQuery] [auto complete]

2009-09-27 Thread Teguh Eko
Hi, I found this plugin is superb. Thanks for the hard work. I only want to give suggestion to update the documentation for matchContains option accordingly with the latest change log you made, which received the option "word". I found that this is a very useful feature for my latest project. I po

[jQuery] Auto Complete Question

2009-07-03 Thread Riley S
Is there some form of auto complete that completes the query in the actual input box instead of a drop down box or the like? I'm not really sure how I would explain it so I did a quick photoshop (http:// img21.yfrog.com/img21/3313/autor.png). Thanks in advance, Bryan

[jQuery] Re: list.scrollTop is not a function when ever i using jquery auto complete

2008-12-02 Thread MorningZ
I've had that error before, but it was an old version of the file what version are you using? i've been running 1.0.2 and have no more issues like that On Dec 2, 10:42 am, SWAMY <[EMAIL PROTECTED]> wrote: > Hi, friends > > I am new to jquery, i am using jque

[jQuery] list.scrollTop is not a function when ever i using jquery auto complete

2008-12-02 Thread SWAMY
Hi, friends I am new to jquery, i am using jquery auto complete , it was working fine fing i got the below errror i.e list.scrollTop is not a function. what is the reason for this error , if any one know please send mail Thanks and Regards swamy

[jQuery] Re: JQuery Auto Complete?

2008-11-14 Thread KScott
nt > in the AC list.  bind to that and carry on your form submit... > > $(...).autocomplete(options).result(fn); > > --adam > > On Nov 14, 12:13 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > > > hello! > > I'm using the JQ

[jQuery] Re: JQuery Auto Complete?

2008-11-14 Thread ajpiano
there is a result callback that is fired after you choose an element in the AC list. bind to that and carry on your form submit... $(...).autocomplete(options).result(fn); --adam On Nov 14, 12:13 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > hello! > I'm usi

[jQuery] JQuery Auto Complete?

2008-11-14 Thread [EMAIL PROTECTED]
hello! I'm using the JQuery auto complete ( jquery.autocomplete.js ). and I'm wondering how can I submit a form once an item has been selected? currently when an item is select you have to hit enter twice, once to get the item into the search field, and once to submit the search. I

[jQuery] Auto complete suggestion header

2008-09-02 Thread DineshRao
Hi, I have tried to added a header to my suggestion. When i freshly load the page and enter any text the suggestions are coming but the header is not coming, but when i delete the selection and enter the text again the new suggestions are coming with header. please find the code below for the ref

[jQuery] Re: Regarding jquery auto complete results

2008-08-19 Thread mmzaman
Hi, Could you have a look at this for me please? http://groups.google.com.au/group/jquery-en/browse_thread/thread/7d78bb3f9c667b3f/858f514d566cc5e1?lnk=gst&q=autocomplete#858f514d566cc5e1 Cheers, Moin On Aug 19, 11:55 pm, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > Documentation forautocompl

[jQuery] Re: Regarding jquery auto complete results

2008-08-19 Thread Jörn Zaefferer
Documentation for autocomplete options are here, including the width option: http://docs.jquery.com/Plugins/Autocomplete/autocomplete#toptions Jörn On Tue, Aug 19, 2008 at 12:44 PM, babu A <[EMAIL PROTECTED]> wrote: > > iam facing a problem in increasing the width of the autocomplete > results, i

[jQuery] Regarding jquery auto complete results

2008-08-19 Thread babu A
iam facing a problem in increasing the width of the autocomplete results, i tried in changing the css also but i can't change that and also I would like to change the structure of the autocomplete results is this possible

[jQuery] auto complete question

2008-06-24 Thread Sridhar
Hi, I am using this plug-in in our website. It works great. I have a question about using this in a gridview. I have a gridview which has template columns that has the textboxes. The grid will have atleast 200 rows. I would like to use autocomplete for all those textboxes in the grid. I am usin

[jQuery] auto complete question

2008-06-24 Thread Sridhar
Hi, I have posted this same question before. but I am not sure if it posted or not. so I am posting again. I am trying to use the autocomplete plugin in a gridview that has around 200 rows and 9 columns each with a text box. I am using the local data option. my question is how can I use the aut