ネストされた関数の親関数名が必要です。私はjquery ajaxCompleteメソッドを使用しています。そこで外側の関数名を取得します:
$(document).ajaxComplete(function (e, xhr, settings){
// this shows me only the success function of the ajax call,
// but I need the outermost function
alert(settings.success.toString());
}
あなたの貢献には本当に感謝をしている!