首页 > 编程学习 > jquerymobile 实现提示框
201212 月27

jquerymobile 实现提示框

引入JS和CSS文件:

 


JS代码:

$('
').simpledialog2({ mode: 'button', headerText: '提示', headerClose: true, buttonPrompt: '请选择商品', buttons : { '确定': { click: function () { //$('#outputbutton1').text('OK'); } } } });

 

本文地址:https://wizzer.cn/archives/2511 , 转载请保留.

本文目前尚无任何评论.

发表评论