Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

How to show confirm message before delete using jquery

<button onclick="return confirm('Are you sure you want to Delete?');" 
id="btnDelete">DELETE</button>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #How #show #confirm #message #delete #jquery
ADD COMMENT
Topic
Name
8+5 =