-
Notifications
You must be signed in to change notification settings - Fork 258
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
v2.0 and v1.4 #52
base: master
Are you sure you want to change the base?
v2.0 and v1.4 #52
Conversation
$.browser is no longer supported in jQuery 1.9+ It'll result by an error : `Cannot read property 'msie' of undefined` We can use the MSDN detection method for IE (more info here : http://msdn.microsoft.com/en-us/library/ms537509(v=vs.85).aspx )
$.browser is no longer supported in jQuery 1.9+ It'll result by an error : `Cannot read property 'msie' of undefined` We can use the MSDN detection method for IE (more info here : http://msdn.microsoft.com/en-us/library/ms537509(v=vs.85).aspx )
The browser interprets the occurrence of the literal "</script>" inside of the body of a script tag as the end of the script, so the leading "<" must be escaped by replacing it with \x3c
Pull-request: cowboy#40
Pull-request: cowboy#23
Pull-request: cowboy#19
Replaces #51 |
@williamdes what about ie11 support? |
Is it not working? This is too much a long time ago, I forgot about the code of this package |
@williamdes I didnt check it yet, I might be doing it soon. I wanted to confirm it because the 2.0 npm page says it dropped support for IE. I was wondering whether it was Including IE-11 also as many major corporations are still using IE-11. However according to this PR which is very similar to the code change you have done, they only get rid of IE 6/7/8. |
Yes, 2.0 has no more IE support. |
https://www.npmjs.com/package/jquery-hashchange