H
H
hostadmin2016-12-24 22:09:19
JavaScript
hostadmin, 2016-12-24 22:09:19

Are there solutions for dropdown tooltip for words in text like facebook or twitter friends?

Here on Facebook or Twitter, if you start writing a friend's name or a hashtag, then a drop-down list with tips immediately appears. I googled, but didn't find anything suitable - all sorts of autocompletes for selects get in the way everywhere.
Does anyone know a suitable solution?

UPD. Here is an example picture
8af71b41a43d455aa299a7aa82508d84.JPG

Answer the question

In order to leave comments, you need to log in

3 answer(s)
H
hostadmin, 2016-12-24
@hostadmin

Phew, I kind of found it - Autocomplete for Textarea .
and more: autocomplete.meteorapp.com
podio.github.io/jquery-mentions-input

M
Mikhail Vlasov, 2016-12-24
@Whiled0S

Well, in fact, I’ve been implementing this for a long time, it was like an option to make a query to the database when you enter something in the search bar, from there select the first 5 options, let’s say, insert them into the block allocated for the output of options, it seemed to work well, so if nothing you will not find a way, you can use this solution.

X
xmoonlight, 2016-12-24
@xmoonlight

Best option: https://github.com/ichord/At.js
(source: www.jqueryscript.net/tags.php?/Autocomplete )
1. www.jqueryscript.net/form/Github-Style-InLined-Aut ...
2. www.jqueryscript.net/form/Simple-jQuery-jQuery-UI-...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question