JQueryMobile 1.2 rc-2 has the same problem
Hi all,
The code below was working very well with jquerymovile 1.1 and 1.2 alfa without this problem. But when I try it with 1.2 rc-1 and 1.2 rc-2 ant this does not work.
<div data-role="header" id="menubar">
<div data-role="navbar" data-mini="true">
<ul>
<li><a href="#bro?tipo=uno" data-role="button">Uno</a></li>
<li><a href="#bro?tipo=dos" data-role="button">Dos</a></li>
<li><a href="#bro?tipo=tres" data-role="button">Tres</a></li>
</ul>
</div>
</div>
It is supposed that, clicking over each button, a pagebeforechange event is fired. BUT NOT. What can be the problem?
Thank you.
Adriano