Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lilei authored and lilei committed May 21, 2015
1 parent 1944033 commit 35dcf38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
document.getElementById('myinput').focus();
}
document.getElementById('a').click();
$("#myinput").tap();
$(function(){
$("#myinput").tap();
})
</script>
</body>
</html>

0 comments on commit 35dcf38

Please sign in to comment.