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

首頁 > 語言 > JavaScript > 正文

jQuery mobile轉換url地址及獲取url中目錄部分的方法

2024-05-06 16:25:50
字體:
來源:轉載
供稿:網友
這篇文章主要介紹了jQuery mobile轉換url地址及獲取url中目錄部分的方法,轉換url地址本文中介紹的是將相對url轉化為絕對url,需要的朋友可以參考下
 

path.makeUrlAbsolute() 把相對URL轉化為絕對URL

jQuery.mobile.path.makeUrlAbsolute( relUrl, absUrl )

把相對URL轉化為絕對URL的方法。這個函數返回一個字符串,絕對URL。

relUrl:相對網址。類型:字符串。

absUrl:絕對網址。類型:字符串。

<!doctype html><html lang="en"><head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jQuery.mobile.path.makeUrlAbsolute 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">  <p>The absoulte URL used is http://foo.com/a/b/c/test.html</p>  <input type="button" value="file.html" id="button1" class="myButton" data-inline="true">  <input type="button" value="../../foo/file.html" id="button2" class="myButton" data-inline="true">  <input type="button" value="//foo.com/bar/file.html" id="button3" class="myButton" data-inline="true">  <input type="button" value="?a=1&b=2" id="button4" class="myButton" data-inline="true">  <input type="button" value="#bar" id="button5" 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 absUrl = $.mobile.path.makeUrlAbsolute( $( this ).attr( "value" ), "http://foo.com/a/b/c/test.html" );   $( "#myResult" ).html( absUrl ); }) });</script> </body></html>

path.get() 確定URL中的目錄部分

jQuery.mobile.path.get( url )

url:只有一個參數。類型:字符串。

確定URL中的目錄部分的實用方法。如果URL沒有斜線,URL的一部分被認為是一個文件。這個函數返回一個給定的URL目錄部分。

<!doctype html><html lang="en"><head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jQuery.mobile.path.get 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="http://foo.com/a/" id="button2" class="myButton" data-inline="true" />  <input type="button" value="http://foo.com/a" id="button3" class="myButton" data-inline="true" />  <input type="button" value="//foo.com/a/file.html" id="button4" class="myButton" data-inline="true" />  <input type="button" value="/a/file.html" id="button5" class="myButton" data-inline="true" />  <input type="button" value="file.html" id="button6" class="myButton" data-inline="true" />  <input type="button" value="/file.html" id="button7" class="myButton" data-inline="true" />  <input type="button" value="?a=1&b=2" id="button8" class="myButton" data-inline="true" />  <input type="button" value="#foo" id="button9" 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 dirName = $.mobile.path.get( $( this ).attr( "value" ) );   $( "#myResult" ).html( String( dirName ) ); }) });</script> </body></html>


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

圖片精選

主站蜘蛛池模板: 济宁市| 江西省| 安康市| 彰化县| 寻乌县| 侯马市| 鹤庆县| 龙海市| 固始县| 巴楚县| 乐亭县| 太原市| 天全县| 伊宁市| 阿瓦提县| 宝山区| 通化市| 绥芬河市| 大邑县| 南通市| 荥经县| 南投市| 鄂尔多斯市| 天峻县| 应城市| 高雄市| 泰顺县| 弋阳县| 荥阳市| 华宁县| 柞水县| 云南省| 芒康县| 丰都县| 吉安市| 夏河县| 当涂县| 册亨县| 元氏县| 上杭县| 望江县|