Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Tushar Singh
Courses Plus Student 8,692 PointsJavaScript API
http://codepen.io/tushar_13/pen/zqPQOp
What should I do so that when a user type something in the input field, and the user can see suggestions down below.
Tushar Singh
Courses Plus Student 8,692 PointsYa how can I use something like auto-complete feature like we see in google search engine.
4 Answers
LaToya Legemah
12,600 PointsIt looks like you can make an auto complete like google by using a jQuery plugin. Here is some code you can try out depending on how you want the autocomplete to run.
LaToya Legemah
12,600 PointsTushar Singh
Courses Plus Student 8,692 Pointsuummm looks way too complicated lol. Let's see what I can do, Thanks a lot again ;)
Tushar Singh
Courses Plus Student 8,692 Pointsok I came up with this http://codepen.io/tushar_13/full/WwXVGB/ I am not very good with css, I think I should work on my css skills now, what do you say?
this auto complete thing is really compliated ;/
LaToya Legemah
12,600 PointsI think what you have thus far it is really cool. It look pretty clean, but the roll over doesn't cover all the yellow in Firefox. I'm not that great with CSS either, so I have to constantly work at it.
Tushar Singh
Courses Plus Student 8,692 PointsOk another day another prob lol
LaToya Legemah
12,600 PointsI'm not familiar with the twitter API. I'll try to look into it if i get a moment :)
LaToya Legemah
12,600 PointsLaToya Legemah
12,600 PointsI see you fixed the $.each issue. It looks great :) Are you now having another problem with it?