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>
 
  <script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
</body>
</html>
 
$('.siegfried').click(function() {
  $('.siegfried').addClass('blue');
});
Output

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

Dismiss x
public
Bin info
santheopro
0viewers