jqm的源码分析之support
$.extend($.support,{
orientation:"orientation" in window && "orientationchange" in window,
touch:"ontouchend" in document,
pushState:"pushState" in history && "replaceState" in history
});
jqm的源码分析之support
$.extend($.support,{
orientation:"orientation" in window && "orientationchange" in window,
touch:"ontouchend" in document,
pushState:"pushState" in history && "replaceState" in history
});
710

被折叠的 条评论
为什么被折叠?