problem with selectmenu
[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?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
[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