You can do this by using JQuery.
For example ,
<a href="your URL" id="navigate"> click here </a>
Your JQuery will be,
$(document).ready(function(){
$('a').on('mousedown', stopNavigate);
$('a').on('mouseleave', function () {
$(window).on('beforeunload', function(){
return 'Are you sure you want to leave?';
});
});
});
function stopNavigate(){
$(window).off('beforeunload');
}
And to get the Leave message alert will be,
$(window).on('beforeunload', function(){
return 'Are you sure you want to leave?';
});
$(window).on('unload', function(){
logout();
});
This solution works in all browsers and I have tested it.
Related Posts:
- How do I redirect to another webpage?
- jQuery append() vs appendChild()
- ReferenceError: $ is not defined
- Toggle show/hide on click with jQuery
- jQuery .on(‘change’, function() {} not triggering for dynamically created inputs
- How to create a jQuery function (a new jQuery method or plugin)?
- Failed to load resource: the server responded with a status of 500 (Internal Server Error) in Bind function
- Scroll to an element with jQuery
- jQuery.click() vs onClick
- Scroll to an element with jQuery
- Download File Using JavaScript/jQuery
- Is there a link to the “latest” jQuery library on Google APIs?
- Setting “checked” for a checkbox with jQuery
- Uncaught TypeError: Cannot read property ‘length’ of undefined
- Check if element exists in jQuery
- Checking a Url in Jquery/Javascript
- Change Background color (css property) using Jquery
- jQuery get textarea text
- Failed to load resource: net::ERR_FILE_NOT_FOUND loading json.js
- Get class name using jQuery
- Uncaught TypeError: $.post is not a function
- When and why to ‘return false’ in JavaScript?
- querySelector vs. getElementById
- How to generate a simple popup using jQuery
- jQuery Ajax File Upload
- jQuery animate backgroundColor
- Left() function in Javascript or jQuery
- AJAX response error: net::ERR_EMPTY_RESPONSE
- XML Parsing Error: no root element found Location in Console FF
- Understanding how data-dismiss attribute works in Bootstrap
- Add table row in jQuery
- Create table with jQuery – append
- When is JavaScript synchronous?
- How to reset a form using jQuery with .reset() method
- How to convert selected HTML to Json?
- How to Open New window on every Click
- Jquery Ajax Call, doesn’t call Success or Error
- Mismatched anonymous define() module
- How to create a stopwatch using JavaScript?
- Convert UTC date time to local date time
- With jQuery, how do I capitalize the first letter of a text field while the user is still editing that field?
- Obtain form input fields using jQuery?
- How to move an element after another element using JS or jquery?
- Why is the jquery script not working?
- JQuery Datatables : Cannot read property ‘aDataSort’ of undefined
- Load image with jQuery and append it to the DOM
- Change text on hover, then return to the previous text
- Javascript/Jquery Convert string to array
- jQuery make global variable
- How to send email by using javascript or jquery
- How to get current date in jQuery?
- Print the contents of a DIV
- How to Scroll Down – JQuery
- jQuery count child elements
- Embedding instagram webpage inside an iframe
- Do something if screen width is less than 960 px
- How do I check if an element is hidden in jQuery?
- Uncaught TypeError: Cannot read property ‘toUpperCase’ of undefined
- jQuery remove options from select
- Load Image from javascript
- jQuery replace one class with another
- Clearing my form inputs after submission
- Changing the image source using jQuery
- Reload an iframe with jQuery
- How to manage a redirect request after a jQuery Ajax call
- Get the Highlighted/Selected text
- How to get the children of the $(this) selector?
- “Uncaught TypeError: a.indexOf is not a function” error when opening new foundation project
- window.onload vs $(document).ready()
- jQuery scrollTop() method not working
- FormData append not working
- How to change the text of a label?
- How to check ‘undefined’ value in jQuery
- Data column(s) for axis #0 cannot be of type string in google chart dashboard [duplicate]
- Jquery Value match Regex
- Uncaught TypeError: Cannot read property ‘toLowerCase’ of undefined
- Using “×” word in html changes to ×
- How to check if the URL contains a given string?
- How to go to a URL using jQuery?
- How to close a window using jQuery
- What is the non-jQuery equivalent of ‘$(document).ready()’?
- Changing the selected option of an HTML Select element
- HTML anchor link – href and onclick both?
- How to scroll to top of page with JavaScript/jQuery?
- Change the selected value of a drop-down list with jQuery
- jQuery .animate() not working
- Adding JavaScript to a WordPress website
- AJAX not Working with php as supposed
- is_page_template() written in jquery/javascript
- Cannot use characters ” in jQuery script in WordPress
- On click load iframe [closed]
- How to set javascript options for select2 in PHP array of plugin
- Script only works on wordpress home page & only when Jqurery is aded using
- how to prevent added meta box from being injected with style=”position: fixed; top: 56px;” at scroll down
- internal anchor links no longer working after upgrade
- Error on clicking ‘Screen Options’ tab only at Products-related editor screen(s) and for specific user
- Remove escape characters from JSON string pulled from a database
- Select parent from child class name then add another class name to the parent
- Error – Uncaught TypeError: e.dispatchEvent is not a function
- allow multi carousel in same page