Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
</script>
<div class="inner_content_container">
    <div class="inner_content_header">
        <h3>Web Logger</h3>
    </div>
    <div class="inner_content_wrapper">
        <div class="form_container">
         <?= $this->connectform?>
          Order By : <input type="radio" name="ordering" value="time" onchange="changeOrdering()" checked>Time <input
                type="radio" name="ordering" value="event" onchange="changeOrdering()">Event
        </div>
    </div>
    <div class="form_container">
        <div id="log_time">Waiting for Connection ...</div>
        <div id="log_event">Waiting for Connection ...</div>
        <div id="options">
            <div>
                Current Subscription are :
                <div id=current_subscription>None</div>
            </div>
                 <?= $this->eventform?>
                <script type="text/javascript">
                    $(function () {
                           $("select#multiSelectLog").attr("size",$("#multiSelectLog option").length);
                        });
                </script>
        </div>
    </div>
</div>
</div>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers