Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
  <meta charset="utf-8">
  <title>Difference between jQuery position and offset method</title>
</head>
<body>
  <div class='box'></div>
  <button id='btnOne'>click</button>
</body>
</html>
 
.box {width:100px; height: 100px; background: lightgray; margin-bottom: 10px;}
 
function streamserver_ausgabe() {
        $.get('http://localhost/panel/backend/frondend/ajax_content/stream_edit.php', {stream_id: this.id}).done( function(data) {
            $('#ausgabe').html(data);   
        })
    }
<button class="btn btn-primary" id="44" onclick="streamserver_ausgabe(this.id)">Streamserver</button>
jquery html
Output

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

Dismiss x
public
Bin info
mnaresh2010pro
0viewers