Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head lang="en">
    <meta charset="UTF-8">
    <title>RxJS</title>
    <style>
    </style>
</head>
<body>
    <div class="container">
        <h1 contenteditable="true">TEXT</h1>
        <p class="text">
            <input type="text" placeholder="Text" value="TEXT"/>
        </p>
        <p class="size">
            <input type="number" placeholder="Size" step="10" value="40"/>
        </p>
        <p class="color">
            <input title="color" type="color" placeholder="Color" value="#ffffff"/>
        </p>
        <p id="combined"></p>
    </div>
    <script src="//code.jquery.com/jquery-2.1.1.min.js"></script>
    <script src="//cdnjs.cloudflare.com/ajax/libs/rxjs/2.3.22/rx.all.js"></script>
    <script src="//cdnjs.cloudflare.com/ajax/libs/gsap/1.11.7/TweenMax.min.js"></script>
</body>
</html>
Output

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

Dismiss x
public
Bin info
xipxpro
0viewers