Hello, thanks for great plugin. Plugin have some issues if is using with JQM. For example: <div data-role="header"> <a href="#settingsPage" data-theme="b" class="ui-btn-left" data-icon="gear" ">Nastavení</a> <h1 rel="localize[title]"></h1> <a onClick="reset();" data-theme="b" rel="localize[title]" class="ui-btn-right" data-icon="delete" >Reset</a> </div> This: <a onClick="reset();" data-theme="b" rel="localize[title]" class="ui-btn-right" data-icon="delete" >Reset</a> should to display button, but with using with rel attr is button deformed. I tried use other attr's than rel, fxp: i18n but still same result. I think, that problem should be via Ajax loading of pages in JQM. I will glad if any fix. Greeting Jiri