JSFiddle - React, Tailwind, and code Playground

by mayooresan

HTML

<div data-role="page" id="mypage">
    
</div>

JavaScript

$(document).on('pagebeforeshow', '#mypage', function(){
    alert('fire before showing page')
});