Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
  <script src="http://leaverou.github.com/prefixfree/prefixfree.js"></script>
  <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  <script>
    //prefix free jquery plugin
    (function($, self){
    if(!$ || !self) {
        return;
    }
    for(var i=0; i<self.properties.length; i++) {
        var property = self.properties[i],
            camelCased = StyleFix.camelCase(property),
            PrefixCamelCased = self.prefixProperty(property, true);
        
        $.cssProps[camelCased] = PrefixCamelCased;
    }
    })(window.jQuery, window.PrefixFree);
  </script>
  
</head>
<body>
  
  <div id="square">&nbsp;</div>
  
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers