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='answer'>
  <span class="rating">
    <input type="radio" class="rating-input"
      id="operator-rating-input-1-5" name="operator-rating-input-5">
    <label for="operator-rating-input-1-5" class="rating-star middle-rating-star"></label>
    <input type="radio" class="rating-input"
      id="operator-rating-input-1-4" name="operator-rating-input-4">
    <label for="operator-rating-input-1-4" class="rating-star middle-rating-star"></label>
    <input type="radio" class="rating-input"
      id="operator-rating-input-1-3" name="operator-rating-input-3">
    <label for="operator-rating-input-1-3" class="rating-star middle-rating-star"></label>
    <input type="radio" class="rating-input"
      id="operator-rating-input-1-2" name="operator-rating-input-2">
    <label for="operator-rating-input-1-2" class="rating-star middle-rating-star"></label>
    <input type="radio" class="rating-input"
      id="operator-rating-input-1-1" name="operator-rating-input-1">
    <label for="operator-rating-input-1-1" class="rating-star"></label>
  </span>
</div><!-- /.answer -->
</body>
</html>
Output

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

Dismiss x
public
Bin info
freannrakpro
0viewers