jQuery.mobile.path.getDocumentUrl()


jQuery.mobile.path.getDocumentUrl( asParsedObject )

Description: Utility method for retrieving the URL of the original document.

  • jQuery.mobile.path.getDocumentUrl( asParsedObject )

    • asParsedObject (default: false)
      Type: Boolean
      The function normally returns the original document's URL as a string. However, if you specify a truthy value for this parameter, the original document's URL will be returned in a hash as a parsed URL.