[jQuery] Re: Autocomplete plugin problem please help

2008-06-23 Thread Jaswinder
didnt work :( On Jun 12, 4:10 pm, NichlasBrodegaardLarsson <[EMAIL PROTECTED]> wrote: > Its pretty hard to read the code, but you need to close your $ > (document).ready(function(){ > > Your code: > > $(document).ready(function(){ > var data = [ {text:'Link A', url:'

[jQuery] Re: Autocomplete plugin problem please help

2008-06-12 Thread NichlasBrodegaardLarsson
Its pretty hard to read the code, but you need to close your $ (document).ready(function(){ Your code: $(document).ready(function(){ var data = [ {text:'Link A', url:'http://www.jquery.com/'}, {text:'Link B', url: '

[jQuery] Re: Autocomplete plugin problem

2007-04-29 Thread Stefan Kilp [sk-software]
Hi Jörn, ein update auf die neuste version (28.4 aus svn) hat alle Probleme beseitig :-) falls du noch ein paar bilder brauchst, hier der link http://kilp.net/test/autocomplete/___thumb.zip thanks stefan > Stefan Kilp [sk-software] schrieb: > > Hi Jörn, > > > > maybe you could give me a more

[jQuery] Re: Autocomplete plugin problem

2007-04-29 Thread Jörn Zaefferer
Stefan Kilp [sk-software] schrieb: Hi Jörn, maybe you could give me a more detailed hint: Try this: $("#ac_werke").autocomplete("imagesearch.php", { delay: 250, width: 300, minChars:2, formatItem: false, select

[jQuery] Re: Autocomplete plugin problem

2007-04-28 Thread Stefan Kilp [sk-software]
Hi Jörn, maybe you could give me a more detailed hint: i tried this, but it doesn't work $("#ac_werke").autocomplete("imagesearch.php", { delay: 250, width: 300, minChars:2, formatItem: false, selectFirst:tr

[jQuery] Re: Autocomplete plugin problem

2007-04-28 Thread Jörn Zaefferer
Dan G. Switzer, II schrieb: Stefan, as i highlight multiple hits (search for "jo ro" in the single person demo) i need to disable jörns markup, but i did not find out how. formatItem: false, did not help. any hit for me? Last time I checked, disabling the automatically highlighting

[jQuery] Re: Autocomplete plugin problem

2007-04-26 Thread Stefan Kilp [sk-software]
Dan, hope you both fine time to push the autocomplete project. waiting for the next release :-) and maybe you put this on the autocomplete wishlist: at the moment there is a max parameter to indicate how many items will be shown. if more than max items where found be the query then a "..." or

[jQuery] Re: Autocomplete plugin problem

2007-04-26 Thread Dan G. Switzer, II
Stefan, >as i highlight multiple hits (search for "jo ro" in the single person demo) >i need to disable jörns >markup, but i did not find out how. > >formatItem: false, > >did not help. any hit for me? Last time I checked, disabling the automatically highlighting was still not added to the code

[jQuery] Re: Autocomplete plugin problem

2007-04-26 Thread Stefan Kilp [sk-software]
Hi Dan, thanks verys much for your help. > Stefan, > > >i did some test/demos to play with autocomplete plugin. > > > > http://kilp.net/test/autocomplete/autocomplete-demo.html > > > >i want a kind of highlighted searchresult. for that reason my php script > >(sever-side) generates data that

[jQuery] Re: Autocomplete plugin problem

2007-04-26 Thread Dan G. Switzer, II
Stefan, >i did some test/demos to play with autocomplete plugin. > > http://kilp.net/test/autocomplete/autocomplete-demo.html > >i want a kind of highlighted searchresult. for that reason my php script >(sever-side) generates data that looks like > > | | id1 \n > | | id1 \n I just looked