jQuery mobile转换url地址及获取url中目录部分的方法_jquery
程序员文章站
2022-03-02 21:42:14
...
path.makeUrlAbsolute() 把相对URL转化为绝对URL
jQuery.mobile.path.makeUrlAbsolute( relUrl, absUrl )
把相对URL转化为绝对URL的方法。这个函数返回一个字符串,绝对URL。
relUrl:相对网址。类型:字符串。
absUrl:绝对网址。类型:字符串。
jQuery.mobile.path.makeUrlAbsolute demo The absoulte URL used is http://foo.com/a/b/c/test.html
The result will be displayed here
path.get() 确定URL中的目录部分
jQuery.mobile.path.get( url )
url:只有一个参数。类型:字符串。
确定URL中的目录部分的实用方法。如果URL没有斜线,URL的一部分被认为是一个文件。这个函数返回一个给定的URL目录部分。
jQuery.mobile.path.get demo The result will be displayed here
上一篇: cookie是什么?如何工作?
下一篇: 什么是公钥