动画库
动画切换器 ( bui.toggle )
动画控制器 ( bui.animate )
常用原生方法
数据请求 ( bui.ajax )
页面跳转 ( bui.load )
页面页面取参跳转 ( bui.getPageParams )
后退 ( bui.back )
刷新 ( bui.refresh )
检测版本更新 ( bui.checkVersion )
本地存储
数组存储字符串 ( bui.storage )
数组存储对象 ( bui.storage )
数组操作常用方法
返回存在的索引 ( bui.array.index )
返回存在的所有索引值 ( bui.array.indexs )
返回是否存在 ( bui.array.compare )
返回符合条件的值 ( bui.array.filter )
删除数组里某个值 ( bui.array.remove )
去除数组的重复值 ( bui.array.excess )
数组复制 ( bui.array.copy )
常用方法
生成唯一id ( bui.guid )
平台检测 ( bui.platform )