I\'m using ajax to programming with Jquery Mobile, and it was good, ultil I try use ajax to render something :(
I\'m trying to do a h:selectOneMenu refresh the items
I remember having a similar problem that my JS guy solved, so I can only point you to possible a problem. I think it has todo that your CSS is somehow applied by JQuery on document.ready
. JSF ajax will on execute this again, resulting on missing behaviour and appearance. Hope it helps.
in jQuery Mobile 1.4, call .enhanceWithin()
on parent div, adds jQM styles to children elements of all widgets.
$( "parent_div_selector" ).enhanceWithin();