I am looking for an way to implement a reusable \"confirm\" Dialog with JQuery.. This is the part from the MyApp Class to open the dialog:
If I have a function like the following: function catchUndefinedFunctionCall( name, arguments ) { alert( name + \' is not defined\' );