Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocomplete added #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

manugoel2003
Copy link

JavaScript
Feature: Modified the searching behavior. Now the user can see the results while typing. He does not have to press "Enter" key.
Feature: Close the panel on "Escape"
Improvement: Bundled all the event handlers in one function "bindEvents". Moved the event binding out of "launchSearch" function to avoid multiple event binding and to improve performance.

CSS
Improvement: Corrected the alignment of the close button.

Feature: Modified the searching behavior. Now the user can see the results while typing. He does not have to press "Enter" key.
Feature: Close the panel on "Escape"
Improvement: Bundled all the event handlers in one function "bindEvents". Moved the event binding out of "launchSearch" function to avoid multiple event binding and to improve performance.

CSS
Improvement: Corrected the alignment of the close button.
@Dammmien
Copy link
Owner

Dammmien commented Jul 8, 2014

Sorry, my repository wasn't up-to-date.
A lot of code has been rewritten.
I pushed the last version, the repository is now up-to-date if you want to take a look.
I had already added some features like the refresh on the keypress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants