dateboxcreate
Trigger - DateBox Enhance
Triggered when a datebox is enhanced - but thrown prior to initialization.
Useful only to check if there is a datebox on the page.
$(document).on('dateboxcreate', '.ui-page-active', function() {
alert('A DateBox is being made');
});
Trigger / Listener
Trigger