jquery.AreYouSure icon indicating copy to clipboard operation
jquery.AreYouSure copied to clipboard

Custom Message not Working in Chrome 51 and IE 11

Open Shantanu38 opened this issue 9 years ago • 3 comments

I am trying to send custom message in alert box. It didnt worked in my application. below is code snippet.I have created variable .

$('#searchCriteria').areYouSure( { 'message' : userNavigateAwayMessage
});

Then i verified it on your sites, its not showing custom messages too. image image

Shantanu38 avatar Jul 10 '16 14:07 Shantanu38

For security reason this cannot be modified, this message is generated by the browser. I have not found any way to bypass this message using this script or similar script.

lenamtl avatar Jul 12 '16 11:07 lenamtl

I hope there is a workaround on this or any way to bypass the security. :(

JFern93 avatar Aug 01 '16 03:08 JFern93

never will be

https://developers.google.com/web/updates/2016/04/chrome-51-deprecations?hl=en

KrunchMuffin avatar Aug 09 '16 12:08 KrunchMuffin