移动网站开发中常用的JavaScript代码有哪些
发表于:2025-01-18 作者:千家信息网编辑
千家信息网最后更新 2025年01月18日,本篇内容介绍了"移动网站开发中常用的JavaScript代码有哪些"的有关知识,在实际案例的操作过程中,不少人都会遇到这样的困境,接下来就让小编带领大家学习一下如何处理这些情况吧!希望大家仔细阅读,能
千家信息网最后更新 2025年01月18日移动网站开发中常用的JavaScript代码有哪些'; output += ' '; $('#mylistul').append(output).listview('refresh');
本篇内容介绍了"移动网站开发中常用的JavaScript代码有哪些"的有关知识,在实际案例的操作过程中,不少人都会遇到这样的困境,接下来就让小编带领大家学习一下如何处理这些情况吧!希望大家仔细阅读,能够学有所成!
1、如果网页是在iPhone或Android浏览器中查看,则在主体元素中添加"iPhone"或"Android" 类名
if (navigator.userAgent.match(/iPhone/i)) { $('body').addClass('iPhone'); } else if (navigator.userAgent.match(/Android/i)) { $('body').addClass('Android'); }
2、移除浏览器地址栏
window.scrollTo(0, 1);
3、防止网页触摸滚动
notouchmove = function(event) { event.preventDefault(); }...
4、当横向浏览时显示信息
var updateorientation = function (){ var classname = '', top = 100; switch(window.orientation){ case 0: classname += "normal"; break; case -90: classname += "landscape"; break; case 90: classname += "landscape"; break; } if (classname == 'landscape') { if ($('#overlay').length === 0) { window.scrollTo(0, 1); $('body').append('Landscape view is not supported for this page.'); } } else { $('#overlay').remove(); } }; Usage: var supportsOrientationChange = "onorientationchange" in window, orientationEvent = supportsOrientationChange ? "orientationchange" : "resize"; window.addEventListener(orientationEvent, function() { updateorientation(); }, false);
5、显示部分描述信息,当点击时显示完整信息
var truncatedesc = function(trunc, len) { if (trunc) { var org = trunc; if (trunc.length > len) { trunc = trunc.substring(0, len); trunc = trunc.replace(/w+$/, ''); trunc = '' + trunc; trunc += '...'; trunc += ' '; } $('.truncated').live("touchstart touchend", function() { $(this).closest('div').find('.original').show(); $(this).closest('div').find('.truncated').hide(); return false; }); return trunc; } }; Usage: truncatedesc(item.description, 100);
6、收到成功的Ajax请求时,重定向到另一个页面(jQuery mobile)
var ajaxurl = ‘http://…’; // Your web service URL $.ajax({ url: ajaxurl, type: 'GET', processData: false, contentType: "application/json", dataType: "jsonp", success: function(data) { $.mobile.changePage("results.html"); }, error: function() { alert('Error!'); } });
7、从列表视图的链接中删除活动状态(jQuery mobile)
$('div').live('pageshow', function (event, ui) { $('[data-role=listview] li').removeClass("ui-btn-active"); });
8、从下拉选择中禁用默认的jQuery mobile样式(jQuery mobile)
$(document).bind("mobileinit", function(){ $.mobile.page.prototype.options.keepNative = "select"; });
9、动态更新列表视图(jQuery mobile)
var output = '
' + item.title + '
'; output += '10、动态添加表单输入和应用默认样式(jQuery mobile)
var html = ''; $('#searchform').append(html); $('#suburb').textinput();
"移动网站开发中常用的JavaScript代码有哪些"的内容就介绍到这里了,感谢大家的阅读。如果想了解更多行业相关的知识可以关注网站,小编将为大家输出更多高质量的实用文章!
网站
信息
浏览
代码
常用
网站开发
开发
移动
内容
动态
更多
样式
浏览器
知识
网页
视图
时显
实用
成功
学有所成
数据库的安全要保护哪些东西
数据库安全各自的含义是什么
生产安全数据库录入
数据库的安全性及管理
数据库安全策略包含哪些
海淀数据库安全审计系统
建立农村房屋安全信息数据库
易用的数据库客户端支持安全管理
连接数据库失败ssl安全错误
数据库的锁怎样保障安全
服务器ssh前的基础配置
金科网络技术学院
数据库各模式的索引表
大学网络技术毕业论文
服务器地址登陆
省级运营商网络安全
数据库表关闭
电子科大数据库例题
数据库的sid是一样的
软件开发交付物
miui 媒体服务器
2019上海网络安全大会
北京计算机网络技术培训
景安云服务器怎么样
山东济南服务器批发虚拟主机
传奇三数据库修改
安徽工业软件开发批发价
密太数据库
航天科技 卫星互联网
网络安全工具收纳袋
世界pc软件开发排行
电子科大数据库例题
网络安全中后门的概念
宝塔怎么批量导入数据库
等保软件开发方面的法律
安庆人众网络技术有限公司
门禁一卡通管理服务器
大专学计算机网络技术的工资
广州口水熊互联网科技
惠州点滴网络技术有限公司