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" <!-- jConfirm --> // the script is referenced properly <script src="/js/jconfirm/jquery.jconfirm-1.0.min.js"></script> <script> function careersDelete(career_id) { jConfirm('Are you sure you want to delete this career?', 'Delete Career', function (x) { if (x) {