Jquery Mobile - on initial load of website the data-role="controlgroup" doesn't display correctly -


sample code below displays single multi button on pages unless page loaded directly not via ajax. first time site load, buttons display 3 individual buttons, after initial load, displays correctly. applies page load website from. runs jquery mobile 1.2.0.

<div data-role="footer" data-theme="a" data-position="fixed"> <div data-role="controlgroup" data-type="horizontal" style="text-align:center;"> <a href="tel:0000000000" data-role="button" data-icon="grid" data-inline="true" data-theme="b">call us</a> <a href="http://www.website.com/" data-icon="star" data-role="button" data-inline="true"  data-theme="b">full website</a> <a href="https://login.website.com/" data-icon="gear" data-role="button" data-inline="true"  data-theme="b">login</a> </div> </div> 

upgrading 1.2.0 1.3.2 solved issue :/


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -