Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

Call resetPosition in displayItems


Project:jquery.suggest, a "Google Suggest"-like autocompleter
Version:1.1
Component:Code
Category:bug report
Priority:minor
Assigned:Unassigned
Status:active
Description

I have a suggest input, when an item is selected a list ABOVE the input is extended with the selection. The next time the user types the suggestions appear in the wrong place as the input box has now moved down the screen (because the ki list above has been extended). To fix this I inserted a call to resetPosition immediatly before $results.html(html).show(); in displayItems.

thanks.