[jQuery] Re: autocmplete working ( kinda)

2008-08-22 Thread larksys
testpage > with a short description of the context and the issue is best. > > Jörn > > On Fri, Aug 22, 2008 at 11:27 PM, larksys <[EMAIL PROTECTED]> wrote: > > > Guess I should have asked it > > differently..... > > > On Aug 21, 10:

[jQuery] Re: autocmplete working ( kinda)

2008-08-22 Thread larksys
Guess I should have asked it differently. On Aug 21, 10:07 pm, larksys <[EMAIL PROTECTED]> wrote: > I finally am beginning to understand some of this. It took a little > bit for the fact that variable "q" was being passed and not the id

[jQuery] autocmplete working ( kinda)

2008-08-21 Thread larksys
I finally am beginning to understand some of this. It took a little bit for the fact that variable "q" was being passed and not the id of the input element. And it's right there in the documentation. I've tested my query and it give the results I want. But the results passed to the autocomplete a

[jQuery] Re: autocomplete plugin incompatible with jquery.ui ?

2008-08-21 Thread larksys
I'm at the same place you are. I don't get it. My code looks very similar to yours.

[jQuery] Re: error $ not defined

2008-08-20 Thread larksys
I finally got all the locations corrected. No errors. But no output either. I'm going to read the documentation again. I'm feeling pretty stupid just now.

[jQuery] error $ not defined

2008-08-20 Thread larksys
I'm trying to apply what I know so far to my CF page and an autosuggest input field. The very first line of javascript give an error; $ not defined $(document).ready(function(){ The java script files are included ( I checked that) The css files are included (I checked that) And this script;

[jQuery] Re: New CF programmer - anxious to start using jQuery

2008-08-20 Thread larksys
Many thanks, amigo.

[jQuery] Re: New CF programmer - anxious to start using jQuery

2008-08-20 Thread larksys
Did I forget to mention I'm Coldfusion programmer? I this all specifically for javascript programmers? Interesting stuff but no mention of how to apply it. The demo doesn't even work correctly.

[jQuery] New CF programmer - anxious to start using jQuery

2008-08-20 Thread larksys
I'm currently writing code in CF8. I hate cfgrid and autosuggest. I was introduced to jQuery by a colleague, Steve Steinberg. I'm anxious to get started but am a little daunted about using it with CF8. I have a simple project to add an autosuggest field to my page. I have downloaded the latest jQu