Looking for the best way to create autopopulating drop down list for search bar..
I'm building a messaging system as part of an app, and when people go to compose a message, they can only send to existing 'friends' on their account.
I want to leave the "TO" field blank, and as they type in a name, potential matches should appear in a menu style list below the field. Just like it's done on facebook.
I know there are pre-made javascript packages for this, probably something via jQuery.
Does anybody know of any good methods for this? Best way to go about it?
I'm building a messaging system as part of an app, and when people go to compose a message, they can only send to existing 'friends' on their account.
I want to leave the "TO" field blank, and as they type in a name, potential matches should appear in a menu style list below the field. Just like it's done on facebook.
I know there are pre-made javascript packages for this, probably something via jQuery.
Does anybody know of any good methods for this? Best way to go about it?