Skip to content

Instantly share code, notes, and snippets.

@prednaz
Created May 29, 2021 22:05
Show Gist options
  • Save prednaz/ff5bdc05f608acc9fe4e7e281b7d5ad0 to your computer and use it in GitHub Desktop.
Save prednaz/ff5bdc05f608acc9fe4e7e281b7d5ad0 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jquerymobile/1.4.5/jquery.mobile.min.css">
</head>
<body>
<button id="play">play</button>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquerymobile/1.4.5/jquery.mobile.min.js"></script>
<script>
{
$("#play").button();
}
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment