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

JavaScript

JavaScript 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.

I see you fixed the $.each issue. It looks great :) Are you now having another problem with it?

Ya how can I use something like auto-complete feature like we see in google search engine.

4 Answers

It 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.

http://xdsoft.net/jqplugins/autocomplete/

uummm looks way too complicated lol. Let's see what I can do, Thanks a lot again ;)

ok 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 ;/

I 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.

Ok another day another prob lol

new task https://teamtreehouse.com/community/twitch-api

I'm not familiar with the twitter API. I'll try to look into it if i get a moment :)