PhoneGap中文网
标题:
jqMobi中 Actionsheet 插件的使用
[打印本页]
作者:
admin
时间:
2014-3-1 14:26
标题:
jqMobi中 Actionsheet 插件的使用
jqMobi中 Actionsheet 插件的使用
1.引入
<script type="text/javascript" charset="utf-8" src="./plugins/af.actionsheet.js"></script>
复制代码
2.写对应的js
<script>
function showCustomHtmlSheet() {
$("#afui").actionsheet('<a >Back</a><a onclick="alert(\'hi\');" >Show Alert 3</a><a onclick="alert(\'goodbye\');">Show Alert 4</a>');
}
function showCustomJsonSheet() {
$("#afui").actionsheet(
[{
text: 'back',
cssClasses: 'red',
handler: function () {
$.ui.goBack();
}
}, {
text: 'show alert 5',
cssClasses: 'blue',
handler: function () {
alert("hi");
}
}, {
text: 'show alert 6',
cssClasses: '',
handler: function () {
alert("goodbye");
}
}]);
}
</script>
复制代码
作者:
爱哭的鱼
时间:
2014-3-3 16:57
这是东东好,支持一下 感谢楼主 好资源收藏了
作者:
小雪
时间:
2014-3-6 18:34
路过,支持一下啦
作者:
周周
时间:
2014-7-30 15:50
js哪里下载
欢迎光临 PhoneGap中文网 (http://bbs.phonegap100.com/)
Powered by Discuz! X3.2