Hi Team,
I need help. How can i select the value of localStorage to dropdown box? without this:
This is my code. when the service is successfully got the data from our php webservice and store it inside the select.:
var filterby = localStorage.getItem("FilterBy");
var filterbytext = localStorage.getItem("FilterByText");
Appery("sFilterby").find('option:selected').val(filterby);
Appery("sFilterby").find('option:selected').text(filterbytext);
Thanks in advance,