diff --git a/entries/jQuery.mobile.path.makePathAbsolute.xml b/entries/jQuery.mobile.path.makePathAbsolute.xml new file mode 100644 index 00000000..8301965f --- /dev/null +++ b/entries/jQuery.mobile.path.makePathAbsolute.xml @@ -0,0 +1,49 @@ + + + jQuery.mobile.path.makePathAbsolute() + Utility method for converting a relative file or directory path into an absolute path. + + + + A relative file or directory path. + + + + + An absolute file or directory path against which to resolve. + + + + + Various uses of jQuery.mobile.path.makePathAbsolute + + + + +
The result will be displayed here
+ ]]> + +
+ +

Given a path that is relative to another absolute path, this utility will convert the relative path to an absolute path based on the given absolute path.

+
+ +