Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-2.1.4.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
    <div id='contenedor'>
        <div id='item1'>Hola</div>
        <div id='item2'>Chau</div>
        <div id='item3'>Eh!</div>
    </div>
</body>
</html>
 
console.log($("#item1").text());
$("#contenedor").empty();
$("#contenedor").append("<div id='item1'>Soy Nuevo</div>");
console.log($("#item1").text());
Output

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

Dismiss x
public
Bin info
Alexis88pro
0viewers