Jquery ajax – How to use button within autocomplete dropdown to further filter the already-displayed results
I implemented an autocomplete search box on my asp.net mvc4 site. I am currently able to have the box return results that update as i type in the search box. I also am dynamically generating "category" buttons based on the…