Questions tagged [jconfirm]

`jConfirm` is a `jQuery` plugin to make pretty confirmation boxes.

jConfirm is a jQuery plugin to make pretty confirmation boxes. It is released under the GNU GPLv3 licence.

The plugin enables you to create a basic dialogue boxes in just a few lines of JavaScript.

See more:

18 questions
0
votes
1 answer

jConfirm is not defined

I have a simple script that prompts the user to confirm delete, then it just alerts them that the process was completed properly. I tried using jConfirm and the Javascript console spits out: "ReferenceError: jConfirm is not defined"