jQuery.mobile.path.makeUrlAbsolute( relUrl, absUrl )Returns: String
Description: Utility method for converting a relative URL to an absolute URL.
This function returns a string that is an absolute version of the relative URL passed in.
Example:
Various uses of jQuery.mobile.path.makeUrlAbsolute
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
|