0

In the form, you can start typing a friend's name, suggestions from your friend's list is offered (even has profile thumbnails), then you can select the profile which appears in the "to" field. There is styling to the selected profile in the input field, so this is not doable with the normal jQuery autocomplete plugin.

I did some search on web but so far I didn't find anything concrete or reliable one.

Stephen
  • 18,827
  • 9
  • 60
  • 98
Aman
  • 1,624
  • 3
  • 15
  • 25
  • 1
    And why can't you do this using CSS and jQuery UI autocomplete? – jthompson Dec 15 '10 at 04:30
  • When you say "normal jQuery autocomplete plugin" do you mean the [jQuery UI one](http://jqueryui.com/demos/autocomplete/)? – Phil Dec 15 '10 at 04:31
  • @phil yes i was talking about jquery UI – Aman Dec 15 '10 at 04:34
  • @jthompson hummm just making sure if something is already out there... would save me lot of time and hair – Aman Dec 15 '10 at 04:37
  • @Stephen, i wish solution to every problem was jQuery plugin lol – Aman Dec 15 '10 at 04:39
  • Yes - but you still have to customize it for your needs. Where do the profile images come from? What do you want it to look like? – jthompson Dec 15 '10 at 04:40
  • @jthompson, yes i guess i would have to send some formatted htmls. Profile images, email address, name are store in db. – Aman Dec 15 '10 at 04:45

1 Answers1

3

Maybe any of these links?

Community
  • 1
  • 1
Alfred
  • 60,935
  • 33
  • 147
  • 186
  • thax a lot found this plugin in one of links that u gave, perfect fit for me http://code.drewwilson.com/entry/autosuggest-jquery-plugin – Aman Dec 15 '10 at 05:21
  • 1
    Your welcome. That's what stackoverflow is about to me. Trying to help people and not just downvoting people because I can get a boner out of it .... – Alfred Dec 15 '10 at 12:18