私はjAlertプラグインを使用していますが、最近、今日まで気にしなかったパラメータを見ました...オプションリストです。
使用法:
$.jAlert([message], [highlight level], function() {
//callback
}, [options]);
I've been searching for a while but did not see the options list anywhere.
Does anyone know where to get all the params of this list?
Thanks.