码迷,mamicode.com
首页 >  
搜索关键字:navigator    ( 1680个结果
navigator.userAgent.indexOf
navigator.userAgent.indexOf分类:Javascript2011-11-02 10:461541人阅读评论(1)收藏举报stylesheetsafarifirefoxfunction浏览器
分类:其他好文   时间:2014-11-11 19:04:59    阅读次数:212
Manage and Create Journals in Oralce Fusion Application
Open slcai806 environment with FINUSER1/*******, we will see the welcome page. Click 'Navigator' button and select 'General Accounting Dashboard' which is under General Accounting, we will go to G...
分类:移动开发   时间:2014-11-07 14:53:14    阅读次数:276
Manage and Create Invoices
Click ‘Navigator’ button, and select ‘Invoices’ under ‘Payables’, we can create and manage invoices. Before we create a new invoice, we need to know some related basic knowledge for invoice. Invoice ...
分类:其他好文   时间:2014-11-07 14:50:06    阅读次数:247
判断ie版本
if((window.ActiveXObject)&&navigator.appVersion.match(/9./i)==‘9.‘){}
分类:其他好文   时间:2014-11-06 20:17:57    阅读次数:94
JS判断访问这个页面是win还是Android IOS来源
window.onload = function(){ var system ={ win : false, mac : false, xll : false }; var p = navigator.platform; system.win = p.indexOf("Win") == ...
分类:移动开发   时间:2014-11-06 19:16:11    阅读次数:216
重写Alert
var isIE = navigator.appName.indexOf("Internet Explorer") != -1;var oldAlert = window.alert;window.alert = function (str) { var eSrc; if (!isIE)...
分类:其他好文   时间:2014-11-06 12:42:54    阅读次数:182
如何使用Xcode6 调试UI,Reveal
实际测试需要使用IOS8并且32-bit的设备;具体打开调试的方法有三种:1.底部调试菜单中;2,debug菜单中3.debug navigator 中
分类:其他好文   时间:2014-11-06 12:20:02    阅读次数:351
移动web开发
在现代网页开发中,新增了一个移动设备网页开发,在这样的需求下,你需要考虑如何将移动web和pc web同步处理1 /*2 * 浏览器如何识别移动设备3 * */4 var ua = navigator.userAgent.toLowerCase();5 var ip...
分类:移动开发   时间:2014-11-06 10:51:21    阅读次数:231
PhoneGap录像 以及 录音功能 简单代码实现
1,录音功能 navigator.device.capture.captureAudio( function(files){//成功回调函数 Ext.getCmp("video_files_mainview").config.param.sourceobj.startUpload(files[0].ful...
分类:其他好文   时间:2014-11-04 19:45:38    阅读次数:163
js、css、html判断浏览器的各种版本
利用正则表达式来判断ie浏览器版本判断是否IE浏览器if (document.all) { alert("这个是ie浏览器");}判断是否IE6浏览器方法一:if ( /MSIE 6.0/ig.test(navigator.appVersion) ) {alert("这个是ie6浏览器");}或 /...
分类:Web程序   时间:2014-11-04 17:09:53    阅读次数:155
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!