Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8" />
    <title>SlidesJS</title>
    <script type="text/javascript" src="https://code.jquery.com/jquery-1.9.1.js"></script>
    <script type="text/javascript">
        $(function(){
            $("#slides").slidesjs({
                width: 940,
                height: 528
            });
        });
    </script>
</head>
<body>
    <div id="slides">
        <img src="http://www.slidesjs.com/examples/standard/img/example-slide-1.jpg" />
        <img src="http://www.slidesjs.com/examples/standard/img/example-slide-2.jpg" />
        <img src="http://www.slidesjs.com/examples/standard/img/example-slide-3.jpg" />
        <img src="http://www.slidesjs.com/examples/standard/img/example-slide-4.jpg" />
    </div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
Alexis88pro
0viewers