Skip to content

TimothyGs/HTML5-Skeleton

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML5-Skeleton

About

This HTML5-Skeleton consists of the very bare essentials of most of the projects I work on. Because sharing really is caring I figured that putting this on GitHub might be a noble thing to do.

Third party Libraries

jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.

html5shiv adds new HTML5 elements (which is simple code), but also supports printing HTML5 elements and includes the default styles for HTML5 elements, like block on article and section.

selectivizr is a JavaScript utility that emulates CSS3 pseudo-classes and attribute selectors in Internet Explorer 6-8.

Cross-browser

Since each project entails some Internet Explorer issues, I made sure that some classes will be added to the <html>-tag when the page is being viewed in a certain version of Internet Explorer.

These classes are:

  • .lt-ie9
  • .lt-ie8
  • .lt-ie7

If JavaScript isn't enabled in the browser, the class .no-js will also be added to the <html>-tag

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published