<link rel="stylesheet" href="https://apps.bdimg.com/libs/jquerymobile/1.4.2/jquery.mobile.min.css">
<script src="https://apps.bdimg.com/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="https://apps.bdimg.com/libs/jquerymobile/1.4.2/jquery.mobile.min.js"></script>
$(document).on("pageinit","#pageone",function(){
$("p").on("taphold",function(){
<div data-role="page" id="pageone">
<h1>The taphold Event</h1>
<div data-role="content">
<p>If you tap and hold me for one second, I will disappear.</p>
<p>Tap and hold me too!</p>