/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$( '#uncle' ).bind( 'touchend', function( e ) { navigator.notification.confirm( 'Are you sure you are done?', function( button ) { // alert( 'Success: ' + button ); }, 'Question For You', 'Yes,No,Bugger Off' ); } );