1
Answer

Dropdown from UL tag (MVC- Jquery)

Dear Guys,
 
I have UL like this Based on the Field Select and Based On the Options Selected from the I need to perform Autocompleted Please Help me to achieve this in Mvc jquery.
<ul id='myid'>
<li id='1'>EmpId</li>
<li id='2'>EmpName</li>
<li id='3'>Age</li>
<li id='4'>Salary</li>
<li id='5'>Designation</li>
</ul>
Answers (1)