0

私は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.

4

1 に答える 1

0

まず、 というパラメータがあることを確認しますoption

プラグイン js ファイルから、jAlert で使用されるパラメーターは次のようになります。

jAlert(msg, type, uid, alert_box_width, yoffset)
于 2013-02-06T09:50:18.030 に答える