Skip to content

iron-meteor/iron-location

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iron.Location

Reactive urls that work with IE8/9 and modern pushState browsers.

Example

Deps.autorun(function () {
  // returns a "location" like object with all of the url parts
  var current = Iron.Location.get();

  var href = current.href;
  var state = current.state;
  var host = current.host;
  // etc
});

About

Reactive urls that work in IE8/9 and modern pushState browsers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published