I am a beginner in the world of jquery and I am currently working on creating a drop down list with a search filter. Specifically, I have a left side navigation bar in my design. Upon clicking on a specific nav field, a drop down list is shown along with a search field below it. My goal is to be able to type any entry from the drop down list into the search field and upon hitting enter, get redirected to the corresponding page. There are many jquery plugins available but I am unsure how to implement them properly. Could someone please provide me with some guidance or a general idea on how to achieve this functionality? Thank you in advance.