[quote:]select any city from popup page[/quote] if I select Delhi, then click Delhi in the middle of header - I see entire cities list (not just two cities).
What city name do you want to display there?
[quote:]select any city from popup page[/quote] if I select Delhi, then click Delhi in the middle of header - I see entire cities list (not just two cities).
What city name do you want to display there?
Hello!
Try to using this code
preApperyio("selectmenu").val(localStorage.getItem("c"));/pre
instead
prevar $select = Appery("selectmenu");
//$select.find('option[value="' + localStorage.getItem("c") + '"]').attr("selected", true);/pre
thank you .It's working