<html>
<head>
<script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<meta http-equiv="content-type" content="text/html; charset=windows-1250">
<meta name="generator" content="PSPad editor, www.pspad.com">
<title>
</title>
<style>
#section_Q_01, #section_Q_02, #section_Q_03 {
display: none;
width: 400px;
height: 300px;
}
//the slider need this!
.pics {
position: relative;
height: 332px;
width: 500px;
}
.pics img {
position: absolute;
left: 300;
top: 0;
}
</style>
</head>
<body>
<div style="width:700px">
<div style="float:left;width:200px">
<div class="toggle_container">
<h5 class="trigger" id="Q_01" >
<a href="#">Posture 1 : Standing Deep Breathing :</a></h5>
<div class="block" style="display: none">
<span class="sc">Pranayama Series
</span>
<p class="bold">Benefits:
</p>
</div>
</div>
<div class="toggle_container">
<h5 class="trigger" id="Q_02" >
<a href="#">Posture 2 : Standing Deep Breathing :</a></h5>
<div class="block" style="display: none">
<span class="sc">Pranayama Series
</span>
<p class="bold">Benefits:Increases Flexibility of the spine and hamstrings<br />
Increased flexibility of the shoulder muscles, hip joints and last five vertebrae of the spine<br />
Stretches sciatic nerve, improves circulation to the liver, spleen, pancreas, thyroid, thymus and intestines<br />
Improved flexibility of sciatic nerves, ankles, knees and hip joints<br />
Improves digestion and circulation of blood to legs and brainIncreases Flexibility of the spine and hamstrings<br />
Increased flexibility of the shoulder muscles, hip joints and last five vertebrae of the spine<br />
Stretches sciatic nerve, improves circulation to the liver, spleen, pancreas, thyroid, thymus and intestines<br />
Improved flexibility of sciatic nerves, ankles, knees and hip joints<br />
Improves digestion and circulation of blood to legs and brain
</p>
</div>
</div>
<div class="toggle_container">
<h5 class="trigger" id="Q_03" >
<a href="#">Posture 3 : Third posture :</a></h5>
<div class="block" style="display: none">
<span class="sc">Pranayama Series
</span>
<p class="bold">Benefits:
</p>
</div>
</div>
</div>
</div>
<div style="float:right;width:400px">
<div id="default_img">
<div class="pics">
<img src="http://gallery.techarena.in/data/500/4040-images.jpg">
</div>
</div>
<div id="section_Q_01" class="01">
<div class="pics">
<img src="http://l.yimg.com/g/images/home_photo_jam343.jpg"/>
<img src="http://l.yimg.com/g/images/home_photo_xdjio.jpg"/>
<img src="http://l.yimg.com/g/images/home_photo_rappensuncle.jpg"/>
</div>
</div>
<div id="section_Q_02" class="02">
<div class="pics">
<img src="http://l.yimg.com/g/images/home_photo_notsogoodphotography.jpg" />
<img src="http://l.yimg.com/g/images/home_photo_ccgd.jpg" />
<img src="http://l.yimg.com/g/images/home_photo_pmorgan.jpg" />
</div>
</div>
<div id="section_Q_03" class="03">
<div class="pics">
<img src="http://l.yimg.com/g/images/home_photo_notsogoodphotography.jpg" />
</div>
</div>
</div>
</body>
</html>
Output
You can jump to the latest bin by adding /latest
to your URL
Keyboard Shortcuts
Shortcut | Action |
---|---|
ctrl + [num] | Toggle nth panel |
ctrl + 0 | Close focused panel |
ctrl + enter | Re-render output. If console visible: run JS in console |
Ctrl + l | Clear the console |
ctrl + / | Toggle comment on selected lines |
ctrl + ] | Indents selected lines |
ctrl + [ | Unindents selected lines |
tab | Code complete & Emmet expand |
ctrl + shift + L | Beautify code in active panel |
ctrl + s | Save & lock current Bin from further changes |
ctrl + shift + s | Open the share options |
ctrl + y | Archive Bin |
Complete list of JS Bin shortcuts |
JS Bin URLs
URL | Action |
---|---|
/ | Show the full rendered output. This content will update in real time as it's updated from the /edit url. |
/edit | Edit the current bin |
/watch | Follow a Code Casting session |
/embed | Create an embeddable version of the bin |
/latest | Load the very latest bin (/latest goes in place of the revision) |
/[username]/last | View the last edited bin for this user |
/[username]/last/edit | Edit the last edited bin for this user |
/[username]/last/watch | Follow the Code Casting session for the latest bin for this user |
/quiet | Remove analytics and edit button from rendered output |
.js | Load only the JavaScript for a bin |
.css | Load only the CSS for a bin |
Except for username prefixed urls, the url may start with http://jsbin.com/abc and the url fragments can be added to the url to view it differently. |