Skip to content
New issue

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

jquery.URI breaks img-elements in IE9 #48

Closed
NetForce1 opened this issue Oct 11, 2012 · 2 comments
Closed

jquery.URI breaks img-elements in IE9 #48

NetForce1 opened this issue Oct 11, 2012 · 2 comments

Comments

@NetForce1
Copy link

When jquery.URI is loaded, img-elements that get created by javascript are broken; the src-attribute is replaced by an href-attribute.
See this test-case: http://jsfiddle.net/SzZ8q/1/

@rodneyrehm
Copy link
Member

Nice one! IE9 has a problem: "href" in document.createElement('img') === true;

I switched the order of properties and it should work now. the fix is included in v1.7.3 (available as of now).

@NetForce1
Copy link
Author

That's a quick fix! Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants