Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
  
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>jQuery UI Dialog show</title>
  
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js"></script>
<script src="http://jquery-ui.googlecode.com/svn/tags/1.6rc6/ui/jquery.ui.all.js"></script>
<style type="text/css">
        
</style>
<!-- dialog-->
<script type="text/javascript">             
</script>
</head>
<body>
<div id="page">
    <div id="content">
        <div id="header"></div>
            <div id="menubar_wrap">
                <div id="menubar">
                    <ul>
                        <li class="main dialog_four">Explode</li>
                    </ul>
                    
                </div>
<div id="three" class="dialog">Show and hide are ok here.</div>
<div id="four" class="dialog">Show and hide are ok here.</div>
    </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