-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Last html5shiv.js doesn't work in ieTester #67
Comments
Try by using this code in your <!--[if lt IE 9]>
<script src="html5shiv.js"></script>
<![endif]--> |
I updated my first post I don't know wich syntax to use to write code here sorry !!! |
I think a relative path to |
I would suggest against using GH as a source. what if file gets updated that breaks everything as your linking directly to a repo file... someone does need to update cdnjs version of html5shiv but its much more suitable for using as source..
|
Thanks for that advice ctalkington. <!--[if lt IE 9]>
<script src="path_to_file/html5shiv.js"></script>
<![endif]> Where path_to_fil is the path to the uploaded shiv file. |
gotcha, i have submitted some pull requests to cdnjs to add 3.5 versions of both print and non-print html5shiv. |
Hello,
Sorry, but I'm not used to use github, so I don't know if this is the right place to submit this issue.
I inserted the script by using the following lines in my header :
It didn't work...
I tried it another way by uploading the script and doing it this way:
It didn't work either... :(
IETester gave me an error message pointing to the line 4, character 1.
Line 3 :
Line 4 :
I deleted the space between line 3 and 4 and then it worked...
Could you fix this?
Thanks in advance.
Jojaba
The text was updated successfully, but these errors were encountered: