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>
</head>
<body>
  <div class="siegfried">I should turn blue when clicked</div>
  
  <br>
  
  <div class="roy">I shouldn't turn blue ever.</div>
  
  <br><a href="http://jsbin.com/uvukuxUW/1/edit" target="_blank">Answer</a>
 
  <script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
</body>
</html>
 
div {
  width: 200px;
  padding: 30px;
  background: darkorange;
  border-radius: 10px;
  color: white;
  font-family: Helvetica;
  font-size: 20px;
  position: relative;
}
Output

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

Dismiss x
public
Bin info
santheopro
0viewers