Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

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?

pritu patel
Posts: 0
Joined: Tue Jan 21, 2014 6:24 am

problem with selectmenu

I have this problem please see the screenshot Image

I want only one city name.
This problem display when I open app it shows two city names in selectmenu

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

problem with selectmenu

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

pritu patel
Posts: 0
Joined: Tue Jan 21, 2014 6:24 am

problem with selectmenu

thank you .It's working

Return to “Issues”