Im trying to create a button with an data-transition but is not working.
when I click the link contactInf, it can not form page basicInf switch to page contactInf!
My browser is firefox14.1.
Below is my code:
<body>
<div id="basicInf" data-role="page" data-theme="c">
<a href="#contactInf" data-transition="flip" data-theme="c" data- ini="true">contactInf</a>
</div>
<div id="contactInf" data-role="page" data-theme="c">……</div>
</body>
May be you’re looking for something like:
HTML
JavaScript