Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>?</title>
  <link class="jsbin" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.11/themes/base/jquery-ui.css" rel="stylesheet" type="text/css">
  <script class="jsbin" src="http://code.jquery.com/jquery-1.6.js"></script>
  <script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.11/jquery-ui.js"></script>
</head>
<body>
  <div id="slider">
    
  </div>
    
</body>
</html>
 
$( "#slider" ).slider({
                    from: 10, to: 200000, step: 500, smooth: true, round: 0, dimension: "&nbsp;R", skin: "round",
                    change: function (event, ui) {
                        alert("wtf");
                    },
                    create: function (event, ui) {
                        alert("wtf");
                    },
                    slide: function (event, ui) {
                        alert("wtf");
                    },
                    start: function (event, ui) {
                        alert("wtf");
                    },
                    stop: function (event, ui) {
                        alert("wtf");
                    }
                });
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers