A small plug-in designed for lazy people, only 6KB, but can refuse to base the Great Wall
What is the Great Wall? The CSS3 prefix is the Great Wall! As long as the introduction of this JS file, the style of all the Great Wall, will not be the tube
<!DOCTYPE HTML><HTML><Head><MetaCharSet= "Utf-8"><title>Untitled Document</title><style>*{margin:0;padding:0;List-style:None;}#div{width:200px;Height:200px;Background-color:#000;margin:100px;Transform:Rotatex (80deg)}</style><Scriptsrc= "Jquery-1.9.1.js"></Script><Scriptsrc= "Prefixfree.min.js"></Script><Script>window.onload= function (){ varOdiv=document.getElementById ("Div"); //It seems that I am a temporary brain residual thinking, should not do this test, this plugin does not affect the original JS //oDiv.style.webkitTransform = "Rotatex (80deg)"; //With JQ use, eh! meet! //$ ("#div"). CSS ("transform", "Rotatex (80deg)")}</Script></Head><Body><DivID= "Div"></Div></Body></HTML>
Prefixfree.js usage