$(document).on("pagecreate","#pageone",function(){ $(“.myphoto”).on("swipe",function(){ $(this).hide(); }); });
$(document).on("pagecreate","#pageone",function(){ $(“.myphoto”).on("taphold",function(){ $(this).hide(); }); });