Confirmation box using jquery -


i want make confirmation before delete data how can make using jquery?

$('#deletebtn').click(function() {   if(confirm("are sure?")) {     //delete here   } }); 

Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -