Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<title>jQuery UI Dialog: Hide the Close Button/Title Bar</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script>
<script type="text/javascript">
    jQuery(document).ready(function () {
    });
</script>
</head>
<body>
<div id="my_image_slider" class="mySlider">
        <img src="Images\audi.jpg" alt="" title="Audi India"/>
        <img src="Images\bmw.jpg" alt="" title="BMW India" />
        <img src="Images\aston-martin.jpg" alt="" title="Aston-Martin APAC" />
        <img src="Images\bugatti.jpg" alt="" title="Buggatti APAC" />
        <img src="Images\koenigsegg.jpg" alt="" title="Koenigsegg APAC" />
</div><br />
<div class="shadow_div" ></div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers