Prefixfree.js usage

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.