Posts: 1,598
Name: Shey
Location: Behind you, laying my ever corrupting hands upon your shoulders. Soon, you shall be an extension of me.
|
Quote:
Originally Posted by serandfae
Now there's a link I'll have to check out; thanks, Shey. One thing: Since IE9 needs to be included in this shim shouldn't the if statement be:
<!--[if lte IE 9]>?
|
should not be 'equal' to IE 9 because of the enabling script triggered here
http://html5shim.googlecode.com/svn/trunk/html5.js
should exclude IE9 and then add some elements of html5
IMPORTANT:
if you are running additional scripts, make sure to call the html5.js script AFTER you call the initial jquery.js script.
NOTES:
the enabling script calls the minified version, simply put:
Code:
document.createElement('article'); // etc
__________________
RenditionDigital provides Software Development, Games Development, Digital Publishing, Social Media moderation in all flavors-Please login or register to view this content. Registration is FREE. What is software engineering? There is a great group of highly skilled tech people Please login or register to view this content. Registration is FREE
. |Also visit My Blog Please login or register to view this content. Registration is FREE
Last edited by Shey; 04-01-2011 at 04:22 AM..
Reason: added the info under IMPORTANT
|