I have a multiple select with data-native-menu=false. I would like to add a button in the created dialog to close it because the close button is not very intuitive.
It seems that invoking select menu opens a dialog which includes a listview for selecting item.
I tried to add the button on triggering the event dialogcreate:
But it does not work. I suppose the reason is that when invoking dialogcreate the list is not yet created.
So instead of triggering the dialog creation I would like to trigger the list creation. I can't manage to do this; I tried many methods but nothing worked. So is there a special event like dialogcreate but for the lists (the event 'create' did not work)?
I have a problem I can't solve: I try to use jqplot with jquery mobile. The Xaxes contains dates. If I try to use dateAxisRenderer plugin the page seems to be in an infinite loop.
When I disable it:
axes:{xaxis:{renderer:$.jqplot.DateAxisRenderer}}
the page is loading well, but the axis are not human readable.
Hello, I have a problem refreshing a select menu via ajax in a form: the first line of the menu keeps the value before the ajax call. With jquery (not mobile) , it works well. So it is a behavior difference between jquery and jquery mobile. Does anyone know how to solve it? Thanks. David.
Hello, I am trying to update dynamically a selection list in a form with no success. It seems select tag is modified by jquery mobile, because if i replace the select tag by a div, the div is well updated. I also tried to encapsulate the select inside a div, but no more success and when I am looking in the generatyed code I see added tags and buttons before the <select>. Has anyone managed to do this?