Guest User

Untitled

a guest
Aug 17th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. DateBox Jquery Mobile Plugin issue in tap event
  2. <div class="ui-body ui-body-b">
  3. <input type="button" class="ui-button w110 ui-button ui-state-default ui-corner-all "
  4. name="btnCreatePolicy" id="btnCreatePolicy" value="Save" data-theme="b" />
  5. </div>
  6. $('#btnCreatePolicy').live('tap', function (event) {
  7. });
Add Comment
Please, Sign In to add comment