[jQuery] Re: Page goes up when I click the link

2009-09-09 Thread Dac
), css: {border: '0px solid #a00', textAlign:'center'} }); return false; } ... info Cheers, Dac On Sep 9, 4:46 am, nasionalem wrote: > Thanks alot :) you are right it is working now. I just added return > false; > thanks for your helping again

[jQuery] Re: [autocomplete] how to clear hidden "key" field when user changes text value?

2009-08-26 Thread Dac
Thanks Jörn! It took me a minute to realize that ".autocomplete" should reference my text input control (and not an autocomplete generated object), and that .search() is an autocomplete function. But otherwise, it did the trick. Darren On Aug 20, 2:39 pm, Jörn Zaefferer wrote: > You could try