andrewdex / dalert

DAlert Jquery Plugin - A simple dialog box plugin has the simple behaviour as the original Javascript alert. You can also replace the original alert() as you wish with just calling a function in the dalert.ReplaceAlert();
http://andrewdex.github.io/dalert
Other
10 stars 7 forks source link

Remove Evals #20

Closed andrewdex closed 10 years ago

andrewdex commented 10 years ago

remove the eval() implementations for confirm messages and use callbacks.