APICloud
-
api.js点击其他元素触发select的下拉事件
很简单,focus()方法可触发select的下拉HTML部分:<div>服务类别</div> <div id="fuwu" ...
-
api.js弹出各种窗口
一、弹出确认窗口,如:api.confirm({ &n...
-
api.js如何判断aui-switch样式的checkbox是否选中
HTML: <input class="aui-switch" type="checkbox" value="1"&nb...
-
api.js去掉class样式
<div class="aui-list-item-inner aui-list-item-arrow" id="name"></div&...
-
api.js获取下拉列表select选中的值 及文本
APIcloud中常用 ,api.js获取下拉列表select选中的值 及文本 var area = var index = $api.byId('are...
-
api.js 页面跳转如何传参数接收参数
js方法function next (type) { var&nbs...