1
Answer

How to store the ul li items in the array using Jquery

Hi ,
I have dynamic ul  and I want to store these values into array and display , can you please help me how to do this ??
While retreving the items from the array format should be like below
TaxParams[0].TaxYear=2016 
TaxParams[0].TaxCountry=692
TaxParams[0].TaxServiceId=1";
 
I want to store ul of  TaxYear,TaxCountry,TaxServiceId
Answers (1)