国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 語言 > JavaScript > 正文

使用jQuery mobile庫檢測url絕對地址和相對地址的方法

2024-05-06 16:25:50
字體:
來源:轉載
供稿:網友
這篇文章主要介紹了使用jQuery mobile庫監測絕對地址和相對地址的方法,分別是isAbsoluteUrl()和isRelativeUrl()方法的使用,需要的朋友可以參考下
 

path.isAbsoluteUrl() 檢測絕對網址

jQuery.mobile.path.isAbsoluteUrl(url)

如果一個URL是絕對的實用方法。如果URL是絕對的這個函數返回一個布爾值 true ,否則返回 false。

<!doctype html><html lang="en"><head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jQuery.mobile.path.isAbsoluteUrl demo</title> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.css"> <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script> <!-- The script below can be omitted --> <script src="/resources/turnOffPushState.js"></script> <script src="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.js"></script> <style> #myResult{ border: 1px solid; border-color: #108040; padding: 10px; } </style></head><body> <div data-role="page">  <div data-role="content"> <input type="button" value="http://foo.com/a/file.html" id="button1" class="myButton" data-inline="true" /> <input type="button" value="//foo.com/a/file.html" id="button2" class="myButton" data-inline="true" /> <input type="button" value="/a/file.html" id="button3" class="myButton" data-inline="true" /> <input type="button" value="file.html" id="button4" class="myButton" data-inline="true" /> <input type="button" value="?a=1&b=2" id="button5" class="myButton" data-inline="true" /> <input type="button" value="#foo" id="button6" class="myButton" data-inline="true" /> <div id="myResult">The result will be displayed here</div> </div></div><script>$(document).ready(function() {  $( ".myButton" ).on( "click", function() {   var isAbs = $.mobile.path.isAbsoluteUrl( $( this ).attr( "value" ) );  $( "#myResult" ).html( String( isAbs ) ); }) });</script> </body></html>

 

path.isRelativeUrl() 檢查相對網址

jQuery.mobile.path.isRelativeUrl( url )

如果URL是相對的網址,這個函數返回一個布爾值 true,否則返回 false。

<!doctype html><html lang="en"><head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jQuery.mobile.path.isRelativeUrl demo</title> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.css"> <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script> <!-- The script below can be omitted --> <script src="/resources/turnOffPushState.js"></script> <script src="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.js"></script> <style> #myResult{ border: 1px solid; border-color: #108040; padding: 10px; } </style></head><body> <div data-role="page">  <div data-role="content"> <input type="button" value="http://foo.com/a/file.html" id="button1" class="myButton" data-inline="true" /> <input type="button" value="//foo.com/a/file.html" id="button2" class="myButton" data-inline="true" /> <input type="button" value="/a/file.html" id="button3" class="myButton" data-inline="true" /> <input type="button" value="file.html" id="button4" class="myButton" data-inline="true" /> <input type="button" value="?a=1&b=2" id="button5" class="myButton" data-inline="true" /> <input type="button" value="#foo" id="button6" class="myButton" data-inline="true" /> <div id="myResult">The result will be displayed here</div> </div></div><script>$(document).ready(function() {  $( ".myButton" ).on( "click", function() {   var isRel = $.mobile.path.isRelativeUrl( $( this ).attr( "value" ) );  $( "#myResult" ).html( String( isRel ) ); }) });</script> </body></html>


注:相關教程知識閱讀請移步到JavaScript/Ajax教程頻道。
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表

圖片精選

主站蜘蛛池模板: 平塘县| 兴和县| 南溪县| 杨浦区| 湟中县| 松滋市| 祁门县| 增城市| 阳城县| 郸城县| 谢通门县| 鄢陵县| 长垣县| 射阳县| 时尚| 英超| 遵义市| 荔浦县| 泰宁县| 镇宁| 大方县| 无为县| 芒康县| 赞皇县| 凤台县| 潼关县| 凭祥市| 静乐县| 民权县| 余干县| 团风县| 灵川县| 大安市| 平谷区| 开平市| 界首市| 开封县| 年辖:市辖区| 买车| 曲水县| 图木舒克市|