jquery基礎(chǔ)教程-jquery創(chuàng)建一個(gè)確認(rèn)對話框

jquery基礎(chǔ)教程-jquery創(chuàng)建一個(gè)確認(rèn)對話框

10年積累的做網(wǎng)站、成都網(wǎng)站制作經(jīng)驗(yàn),可以快速應(yīng)對客戶對網(wǎng)站的新想法和需求。提供各種問題對應(yīng)的解決方案。讓選擇我們的客戶得到更好、更有力的網(wǎng)絡(luò)服務(wù)。我雖然不認(rèn)識你,你也不認(rèn)識我。但先制作網(wǎng)站后付款的網(wǎng)站建設(shè)流程,更有澄江免費(fèi)網(wǎng)站建設(shè)讓你可以放心的選擇與我們合作。

$(document).ready(function(){
$('.item .delete').click(function(){
varelem = $(this).closest('.item');
$.confirm({
'title': 'Delete Confirmation',
'message': 'You are about to delete this item.
It cannot be restored at a later time! Continue?',
'buttons': {
'Yes': {
'class': 'blue',
'action': function(){
elem.slideUp();
}
},
'No': {
'class': 'gray',
'action': function(){}// Nothing to do in this case. You can as well omit the action property.
}
}
});
});
});

文章詳情(附demo和下載)



網(wǎng)站欄目:jquery基礎(chǔ)教程-jquery創(chuàng)建一個(gè)確認(rèn)對話框
分享地址:http://bm7419.com/article20/geioco.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站維護(hù)、網(wǎng)站內(nèi)鏈、云服務(wù)器、虛擬主機(jī)、自適應(yīng)網(wǎng)站、移動網(wǎng)站建設(shè)

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)

外貿(mào)網(wǎng)站制作