I need to focus node when onClose event. but always focused clicked button.
$.alert({
title: 'title',
content: 'message,
onClose : function () {
$('input[name="title"]').focus();
}
});