0.1.0 • Published 7 years ago

window-location-origin v0.1.0

Weekly downloads
14,369
License
MIT
Repository
github
Last release
7 years ago

Travis npm Bower Libraries.io for GitHub license

window-location-origin.js

Add support for browsers that don't natively support window.location.origin

Example

window.location.origin
// #=> https://github.com

Install

Bower
bower install window-location-origin

Include the script into your site

<script src="bower_components/window-location-origin.js"></script>
NPM
npm install window-location-origin

Require the script into your project

require 'window-location-origin'

Stackoverflow discussion: JavaScript/jQuery method to find base URL from a string