Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to create that auto-complete search dropdown list in the below page and pop up search results in a tree view same as shown in the below page. Just open it and type: 'amoxi' you will get a tree view with a left expandable arrow to show underling list. How can i simulate this control using Jquery plugins.

Appreciate your help and support.


Sorry, i forgot to attach the link. Here it is https://online.epocrates.com/home#

share|improve this question
In what environment you work? Do you mean jQuery UI Autocomplete or another autocomplete? Which Tree View you use? – Oleg Nov 14 '11 at 11:03
I am working on Java development environment, and yes i mean Autocomplete and Tree view plugins in JQuery. I can use each plugin separately, but don't know how to combine them to get the same control as in the above url. – Wafaas Nov 14 '11 at 11:08
You should add "[java]" tag and describe which exactly Tree View plugin you use. Is it this one or some another? – Oleg Nov 14 '11 at 11:14
Done for [Java] tag. yes, i used the basic lazy load tree view and also used [dynatree] (wwwendt.de/tech/dynatree/doc/sample-quick.html). – Wafaas Nov 14 '11 at 11:19
I need a step by step way to bind autocomplete results with tree view plugin to structure the search results in a treeview with small arrow at left for list items. I am looking to emulate the auto-complete control in this URL online.epocrates.com/home# using Jquery – Wafaas Nov 14 '11 at 11:22
show 1 more comment

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.