[jQuery] Re: (autocomplete) Half of page disappears in IE7 when autocomplete list shows

2010-01-07 Thread Rune
I have now generated a static copy of the web page containing the autocomplete dropdown html code (the div in the bottom of the page). When I load this into IE7 there are no problems. It only fails on the active page. On Jan 6, 3:39 pm, Rune a...@rdfined.dk wrote: Hi I use autocomplete newest

[jQuery] Re: (autocomplete) Half of page disappears in IE7 when autocomplete list shows

2010-01-07 Thread Rune
and value. But I'm an amateur in this area so maybe it could be sorted out in other ways. Right now I have removed this line for the page with the autosuggest box. Cheers, Rune On Jan 7, 10:17 am, Md. Ali Ahsan Rana ranacser...@gmail.com wrote: Your css probably conflicting with autocomplete plugin's

[jQuery] (autocomplete) Half of page disappears in IE7 when autocomplete list shows

2010-01-06 Thread Rune
Hi I use autocomplete newest version on http://www.kle-online.dk/stage Things work great in FF and IE8 but in IE7 half of the page disappears when the autocomplete list shows. Try to type benz in the search field and problem should be easy to see. Cheers, Rune

[jQuery] Re: Understanding autocomplete caching

2009-06-21 Thread Rune
Anyone?

[jQuery] Re: Autocomplete - Holding down key

2009-06-18 Thread Rune
Jörn thank you. You are right. I did fumble around since I find the caching mechanism a bit difficult to control. In this case I thought that the autocomplete would filter out what was returned from the server script regardsless of what was returned. So if the server returned fish and cold on the

[jQuery] Understanding autocomplete caching

2009-06-18 Thread Rune
of values but typing more letters from here doesn't. Is all this expected behavior and if so how do I get around it? Thanks, Rune

[jQuery] Re: Autocomplete - Holding down key

2009-06-18 Thread Rune
Please take a look at: http://groups.google.com/group/jquery-en/browse_frm/thread/09ce001e76f38f30# On Jun 18, 11:53 am, bharani kumar bharanikumariyer...@gmail.com wrote: Hi send the complete jquery code , for that autocomplete

[jQuery] Re: Autocomplete - Holding down key

2009-06-15 Thread Rune
? Cheers, Rune

[jQuery] Re: Autocomplete - Holding down key

2009-06-14 Thread Rune
BTW this seems to be a problem with Firefox (not IE7 at least). On Jun 14, 1:44 am, Rune a...@rdfined.dk wrote: Hi there I have implemented the very nice autocomplete plugin. Had to fight a couple of hours though because the thing just wouldn't show anything when I used an external data

[jQuery] Re: Autocomplete - Holding down key

2009-06-14 Thread Rune
So is the answer, that this is a jQuery issue?

[jQuery] Autocomplete - Holding down key

2009-06-13 Thread Rune
a 405 error. Sigh! Anyway - Isn't it possible to make the autocompletion plugin support at key being held down? Right now I have to release and push the down arrow to move the cursor which is kind of impractical. Cheers, Rune

[jQuery] quick note about cross domain getScript function

2009-01-15 Thread Lars Rune Nøstdal
Hi, A note about 1.3; I still need to do this http://groups.google.com/group/jquery-en/msg/996ace3956f70102 to get $.getScript or $.ajax to call the `complete' callback when `dataType' is script and I'm doing cross-domain requests. (i cba. registering at a bug-tracker)

[jQuery] Patch to make ajaxStop event fire on cross-domain/subdomain use of getScript/ajax

2008-07-18 Thread Lars Rune Nøstdal
) ) { done = true; ..only tested on IE6 and FF2.x for now. I'm not sure it is correct in general but this works for me now. -- Lars Rune Nøstdal http://nostdal.org/