Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>It does work, just the plugins are a bit old. See my code below :</p> <p><strong>HTML:</strong></p> <pre><code>&lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;script src="http://code.jquery.com/jquery.min.js"&gt;&lt;/script&gt; &lt;link href="http://twitter.github.io/bootstrap/assets/css/bootstrap.css" rel="stylesheet" type="text/css" /&gt; &lt;link href="http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet" type="text/css" /&gt; &lt;script src="http://twitter.github.io/bootstrap/assets/js/bootstrap.js"&gt;&lt;/script&gt; &lt;!--[if IE]&gt;&lt;script type="text/javascript" src="http://www.jquery.info/scripts/jFlip/excanvasX.js"&gt;&lt;/script&gt;&lt;![endif]--&gt; &lt;script src="http://www.jquery.info/scripts/jFlip/jquery.jflip-0.3.js"&gt;&lt;/script&gt; &lt;script src="http://code.jquery.com/jquery-migrate-1.1.0.js"&gt;&lt;/script&gt; &lt;meta charset=utf-8 /&gt; &lt;title&gt;JS Bin&lt;/title&gt; &lt;/head&gt; &lt;body&gt; &lt;ul id="g1"&gt; &lt;li&gt; &lt;img src="http://keith-wood.name/img/calendar.gif"&gt; &lt;/li&gt; &lt;li&gt; &lt;img src="http://keith-wood.name/img/calendar.gif"&gt; &lt;/li&gt; &lt;/ul&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p><strong>JS:</strong></p> <p><code>$("#g1").jFlip(700,230,{background:"green",cornersTop:false});</code></p> <p>See the full solution here : <a href="http://jsbin.com/iqaran/1/edit" rel="nofollow">http://jsbin.com/iqaran/1/edit</a> . Remember to <code>run with js</code> in jsbin</p> <p>Cheers !</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload