alert confirm彈出框外掛程式

2021-08-24 17:32:39 字數 1050 閱讀 9865

某個沒用過的但是很簡潔的彈出框外掛程式:  

一、自己建立js檔案並貼上進去

;$(function

() );

//}();

/* html 復原不在 _init() 裡面做了,重複呼叫時會有問題,直接在 _alert/_confirm 裡面做 */

var _alert = function

(options) );}}

};};

var _confirm = function

(options) );

alr.find('.cancel').click(function

() );}}

};};

var _dialog = function

(options) ;

$.extend(ops, options);

console.log(alr);

var html = alr.html().replace(reg, function

(node, key) [key];

});alr.html(html);

alr.modal();

}return

}();

});

二、使用方法

1. 直接彈出確定的提示框

modal.alert();

如果需傳入資料

modal.alert();是後端傳來的引數

2.彈出詢問框,是否要進行某項操作嗎?

modal.confirm(

).on( function (e) ,

url: yy_context + '/ou/userrole/deleterolebyid.do',

datatype: 'json',

async: false,

success: function (data) )

if (data.state)

}});

}})

移動端使用alert confirm彈出網域名稱

最近在移動端測試window.confirm彈框時發現提示資訊上多了一行網域名稱,影響使用者體驗。解決方案 1 重寫alert confirm方法,建議放到通用的js中一勞永逸 var walert window.alert window.alert function message iwindow...

點選彈出框

function box show main id,btn,e,on box show main.prototype else start function on if on return this animate function obj,json obj.timer setinterval fu...

彈出框型別

alert 彈出個提示框 確定 window.alert引數,只有乙個,顯示警告框的資訊 無返回值.confirm 彈出個確認框 確定,取消 prompt 彈出個輸入框 讓你輸入東西 window.prompt引數,有兩個,第乙個引數,顯示提示輸入框的資訊.第二個引數,用於顯示輸入框的預設值.返回,...