NodeFire Library

core  1.0.6

NodeFire Library > core > NF.util.location
Search:
 
Filters

Class NF.util.location

The location class provides some basic properties for parsing a URL.

Constructor

NF.util.location ( href )
Parameters:
href <string> A URL string.

Properties

hash - static string

The bookmark value of the URL, e.g. (#myBookmark);

resource - static string

The resrouce string, includes the file, location, and protocol.

search - static string

The search string value of the URL, e.g. (?myQueryString);


Copyright © 2012 OpenCube: Inc. All rights reserved.