Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
  <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.0.min.js"></script>
  <script type="text/javascript">
    $(document).ready(function() {
      $("#prenest").click(function() {
        var obsah = $("#textarea").val();
        $("#kamprenest").html(obsah);
      });
    });
  </script>
<title>JS Bin</title>
</head>
<body>
  <textarea class='textarea' id='textarea' name='description'><p style="font-weight: bold;">test</p></textarea><br />
  <input type="button" value="Přenést do divu" id="prenest" /> <br /><br />
  
  <div id="kamprenest" style="width: 300px;height: 50px;border: 1px solid gray;"></div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers