首页 > 编程学习 > 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 , 转载请保留.

One Response to “jquerymobile 实现提示框”

  1. #1 fff 回复 | 引用 Post:2014-02-08 14:17

    这个是怎么实现的?

发表评论