Without resorting to the plugin to display MessageBox in jQuery. The JavaScript language is already possible to use the confirm (), an analog of Alert, which presents the user with the ability to choose between OK and Cancel and return value of true / false accordingly.
The function can be used directly in html.
input type = "image" src = "delete_16x16.gif"
onclick = "return confirm ('Proceed with the cancellation ?');"
title =' Delete '