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>
    <h3>Basic Content Replacement Strategy</h3>
    <button class="button" onClick="replaceContentInContainer('place', 'rep_place')">Press</button>
    
    <div id="place">
      I'll be going soon, see you next time...
    </div>
    
    <div id="replacements" style="display:none">
      <span id="rep_place"><a href="http://address.com">superlink</a></span>
    </div>    
  </body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers