Saravanakumar Sekaran

Saravanakumar Sekaran

  • 515
  • 2.3k
  • 178.8k

Dropdown from UL tag (MVC- Jquery)

Dec 26 2018 12:21 AM
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)