I am trying to create a button with a data transition, but it does not work. Here is my code:
<link rel="stylesheet" href="jq/jquery.mobile-1.0.1.min.css" /> <script src="jq/jquery.js" type="text/javascript"></script> <script src="jq/jquery-ui.js"></script> <script src="jq/jquery.mobile-1.0.1.min.js"></script> <a href="pelis.html" data-role="button" data-rel="dialog" data-transition="pop" data-inline="true">dialog</a>
When I press the button, the effect does not work ... What am I doing wrong? Thanks!
source share