window-location-origin
v0.1.0
Published
Add support for browsers that don't natively support window.location.origin
Downloads
24,379
Maintainers
Readme
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