# Get actual Hash

## Syntax

```
$.parseURL = function ()
```

## Description

It reads the current URI in the address bar.

## Example

The following program illustrates the function call within the function “alert”.

```
alert($.parseURL());
```

Function will read current URI from the address bar and the function “alert” will output it on the screen.
