jquerymsgboxのjQueryメッセージボックスプラグインを使用しています。私がやろうとしているのは、メッセージボックスを表示し、timeOut=30secを使用して自動的に閉じることです。
$.msgBox({
title: "Ooops",
content: "Ohh dear! You broke it!!!",
type: "error",
showButtons: false,
opacity: 0.9,
timeOut:30000
});
投稿されたコードが機能していません。私は初心者で、どうしたらいいかわかりません。