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="IMG/05.jpg" alt"">
        <img src="IMG/06.jpg" alt"">
        <img src="IMG/07.jpg" alt"">
        <img src="IMG/08.jpg" alt"">
    </div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers