I am using ajax call to populate data in my dropdown using Typeahead, now the HTML Typeahead creates for every row in dropdown look like
My requiremnt is to have some value in anchor tag where when user clicks on dropdown text, it takes user to new page.
Can anyone point me in right direction? Any help will be appreciated.
Code:
<li class="active" data-value="xx"> <a href="#"> my Text </a> </li>
Can anyone point me in right direction? Any help will be appreciated.
Comment