Page 2 of 2

problem with selectmenu

Posted: Wed Apr 23, 2014 11:07 am
by Maryna Brodina

[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?


problem with selectmenu

Posted: Mon Apr 28, 2014 11:37 am
by pritu patel

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


problem with selectmenu

Posted: Mon Apr 28, 2014 7:22 pm
by Maryna Brodina

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


problem with selectmenu

Posted: Tue Apr 29, 2014 4:12 am
by pritu patel

thank you .It's working