-
Notifications
You must be signed in to change notification settings - Fork 2.4k
selectmenu refresh is not working #2422
Comments
MauriceG Your code snippet appears to have been mistreated by the markdown parser. Can you provide a jsbin or jsfiddle sample of your issue instead? |
ok. here is a simple demo without ajax: |
Have you tried this with HEAD? If not could you? I believe I corrected this last week. |
i hope, you don't mean my head as i described earlier, if i use the jquery mobile latest from 07.08.2011 it works fine... |
btw this is no problem with non-native-select menus too (like issue 2424...) |
I meant the latest commit to master on the repository, ie can you try it with the latest snapshot. HEAD refers to the pointer to the latest/current commit on a given branch. |
@MariceG You can find/test the latest at: http://jquerymobile.com/download/ Toward the bottom under Daily |
i'm sorry but i don't get you... Still i don't know what's the HEAD is ... :-( btw: is it right that http://code.jquery.com is not more updated since first release of B3? |
@MuaruiceG No worries! Steps to test with the latest.
|
ok. i've tried this already but i've updated the fiddle now at http://jsfiddle.net/MauriceG/7u9CV/ to use the "Latest and daily builds" as described. |
i have added a button to the fiddle at http://jsfiddle.net/MauriceG/7u9CV/ now, to switch the selectmenu opacity-style from 0 to 1 and vice versa. |
I'm going to close this issue, go ahead and open a separate one for the styling with an explanation and the fiddle you've included if you feel its necessary. |
This doesn't seem to work on rc1 either, can someone verify? |
Hi! Could you please take a look again? The demo works fine, but if you first click the select without loading values before |
A sample of your issue would be helpful here. |
I use safari 5.0.5 on windows. With the actual chrome browser and Safari 5.1 on Mac OS, it works as you described. |
I've tried now with Safari 5.1 on Windows 7, Safari on iPad2 und iPhone4. |
My test code seems to work, so probably doing something wrong. Heres the test code anyway for other peoples reference:
|
Starting with jqm latest around the 08.08.2011 the selectmenu.refresh method is not working as expected.
ajax-loaded options are visible in the selectmenu, but are not selectable.
With jqm latest from 07.08.2011 it works but in B3 still not.
example code:
$("#id_selectmenu").load("dataquery.php", { what: "some" }, function(){ $("#id_selectmenu").selectmenu('refresh', true); });
The text was updated successfully, but these errors were encountered: