加载中
dojo mobile问题汇总

1. 报错, Error: undefinedModule 原因是某个组件没有require进来, 比如需要require('dojox/mobile/Heading'), 计划,写个IDEA的插件,自动导入html中出现的dojo mobile类。 暂时使用命令...

2014/12/08 22:31
73
dojo mobile资料索引

官方教程: http://dojotoolkit.org/documentation/#mobile hello world例子: http://www.open-open.com/lib/view/open1355831701916.html 完整的worklight + dojo mobile示例: http://www...

2014/12/07 23:17
113
Jquery mobile 新手问题总汇

http://www.wglong.com/main/artical!details?id=4

2014/12/07 13:53
46
jquery mobile中的pageContainer

https://jresponse.net/blog/use-jquery-mobile-pagecontainer-events/ http://stackoverflow.com/questions/24173871/what-is-the-mobile-pagecontainer-selector http://stackoverflow.com...

2014/12/02 20:43
329
jquery checkbox挖坑

避免使用.attr('checked')! 使用.prop('checked')或.is(':checked'), 对于JQM使用.prop( "checked", true ).checkboxradio( "refresh" );...

2014/11/17 14:47
66
jquery mobile中的icons

http://demos.jquerymobile.com/1.4.5/icons/

2014/11/17 11:36
69
jQuery Mobile是如何处理页面跳转的

关于jquery页面跳转你需要知道的第一件事, 其它页面的javascript如何才被执行

2014/11/15 16:48
67
jquery mobile显示busy/loading indicator

jquery mobile中,加载页面或调用ajax call的时候如何显示loading字样。

2014/11/15 15:36
182
jquery mobile在页面之间传递参数

http://stackoverflow.com/questions/12290034/pass-parameter-to-the-page-in-jquery-mobile

2014/11/15 02:42
135
why websocket over ajax

To handle chat-related messaging, you could poll the server with Ajax. But to make this application as responsive as possible, you’ll avoid using traditional Ajax as a means to...

2014/10/16 12:00
80
jQuery Mobile资料索引

书:《jQuery Mobile Web Development Essentials》 代码:https://github.com/cfjedimaster/jQuery-Mobile-Book data-inset="true" These are lists that do not take up the full width o...

2014/10/01 22:36
60
Send a Push notification from a mobile app in 5 m

IBM BlueMix is a beta-level product, and it will be changing as we continually make things better and easier to use. We'll do our best to keep this article up to date, but it wi...

2014/06/26 23:07
164

没有更多内容

加载失败,请刷新页面

没有更多内容

返回顶部
顶部