We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you head to http://medialize.github.com/URI.js/ and use the default constructor, you get:
>> new URI().href() "http://medialize.github.com/URI.js/"
If you run it in IE7 (or in this case, IE9 in IE7 mode), you get:
>> new URI().href() "http://medialize.github.com//URI.js/"
Note the double slash after github.com.
The text was updated successfully, but these errors were encountered:
I'll look into it. in the meantime use URI(location.href + "").href() instead.
URI(location.href + "").href()
Sorry, something went wrong.
b0e6e0f
No branches or pull requests
If you head to http://medialize.github.com/URI.js/ and use the default constructor, you get:
If you run it in IE7 (or in this case, IE9 in IE7 mode), you get:
Note the double slash after github.com.
The text was updated successfully, but these errors were encountered: