中文字幕免费精品_亚洲视频自拍_亚洲综合国产激情另类一区_色综合咪咪久久

js判斷橫豎屏及禁止瀏覽器滑動條示例
來源:易賢網 閱讀:2860 次 日期:2014-04-30 15:53:56
溫馨提示:易賢網小編為您整理了“js判斷橫豎屏及禁止瀏覽器滑動條示例”,方便廣大網友查閱!

代碼如下:

var $horizontal = $('.horizontal_screen') ; //可自定義橫屏模式提示樣式

var $document = $(document) ;

var preventDefault = function(e) {

e.preventDefault();

};

var touchstart = function(e) {

$document.on('touchstart touchmove', preventDefault);

};

var touchend = function(e) {

$document.off('touchstart touchmove', preventDefault);

};

function listener(type){

if('add' == type){

//豎屏模式

$horizontal.addClass('hide');

$document.off('touchstart', touchstart);

$document.off('touchend', touchend);

}else{

//橫屏模式

$horizontal.removeClass('hide');

$document.on('touchstart', touchstart);

$document.on('touchend', touchend);

}

}

function orientationChange(){

switch(window.orientation) {

//豎屏模式

case 0:

case 180:

listener('add');

break;

//橫屏模式

case -90:

case 90:

listener('remove');

break;

}

}

$(window).on("onorientationchange" in window ? "orientationchange" : "resize", orientationChange);

$document.ready(function(){

//以橫屏模式進入界面,提示只支持豎屏

if(window.orientation == 90 || window.orientation == -90){

listener('remove');

}

});

更多信息請查看IT技術專欄

更多信息請查看網絡編程
由于各方面情況的不斷調整與變化,易賢網提供的所有考試信息和咨詢回復僅供參考,敬請考生以權威部門公布的正式信息和咨詢為準!

2026國考·省考課程試聽報名

  • 報班類型
  • 姓名
  • 手機號
  • 驗證碼
關于我們 | 聯系我們 | 人才招聘 | 網站聲明 | 網站幫助 | 非正式的簡要咨詢 | 簡要咨詢須知 | 新媒體/短視頻平臺 | 手機站點 | 投訴建議
工業和信息化部備案號:滇ICP備2023014141號-1 云南省教育廳備案號:云教ICP備0901021 滇公網安備53010202001879號 人力資源服務許可證:(云)人服證字(2023)第0102001523號
云南網警備案專用圖標
聯系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關注公眾號:hfpxwx
咨詢QQ:1093837350(9:00—18:00)版權所有:易賢網
云南網警報警專用圖標
主站蜘蛛池模板: 天台县| 台湾省| 清河县| 随州市| 太仆寺旗| 祥云县| 金乡县| 华宁县| 肥西县| 北宁市| 甘孜县| 太仓市| 临湘市| 通海县| 花莲市| 贵溪市| 万州区| 利津县| 湘潭县| 湘潭市| 株洲县| 陆丰市| 浦城县| 东宁县| 精河县| 中宁县| 宝坻区| 汝南县| 丹阳市| 偏关县| 乌恰县| 蒙阴县| 紫金县| 景宁| 香格里拉县| 钦州市| 泽库县| 泰和县| 临清市| 永安市| 深水埗区|