Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

are you sure javascript

$(function() {
    $('.confirm').click(function(e) {
        e.preventDefault();
        if (window.confirm("Are you sure?")) {
            location.href = this.href;
        }
    });
});
Comment

PREVIOUS NEXT
Code Example
Javascript :: javascript falsy values 
Javascript :: lodash deep clone object 
Javascript :: .env not working on react 
Javascript :: ajax load spesific element from another page 
Javascript :: navigate-to-an-anchor-on-another-page 
Javascript :: How to make the width of a react native element adjust according to the contents 
Javascript :: how to convert a JavaScript iterator to array 
Javascript :: FileReader get filename 
Javascript :: toggle class javascript and jquery 
Javascript :: copy to clipboard react native 
Javascript :: ascending val in array using js 
Javascript :: how to add button in canvas html5 
Javascript :: jquery change text color 
Javascript :: check if body has class javascript 
Javascript :: string to title case javascript 
Javascript :: today in moment 
Javascript :: committing parts of a file git 
Javascript :: Javascript convert html entity to string 
Javascript :: eslint unexpected console statement 
Javascript :: express redirect to url 
Javascript :: jquery unbind event 
Javascript :: react native callback function uses default state value 
Javascript :: Module Error (from ./node_modules/eslint-loader/dist/cjs.js): 
Javascript :: select remove option jquery 
Javascript :: makes number negative javascript 
Javascript :: check if number is integer js 
Javascript :: change href with jquery 
Javascript :: react deep copy 
Javascript :: react hook toggle state 
Javascript :: angular generate module with rooting 
ADD CONTENT
Topic
Content
Source link
Name
6+5 =