Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="//code.jquery.com/jquery-git.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
</body>
</html>
 
div {
  background: white;
  width: 200px;
  height: 200px;
}
 
$ ->
  for hueDegs in [0..350] by 10
    $('<div/>')
    .css("-webkit-filter": "sepia() saturate(10000%) hue-rotate(#{hueDegs}deg)")
    .html(hueDegs + 'deg')
    .appendTo('body')
Output 300px

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

Dismiss x
public
Bin info
mahemoffpro
0viewers