JSFiddle - React, Tailwind, and code Playground

by codecowboy

HTML

<link rel="stylesheet" href="http://flex.madebymufffin.com/css/flexslider.css">
<script src="http://flex.madebymufffin.com/js/jquery.flexslider-min.js"></script>
<link rel="stylesheet" href="https://raw.github.com/nathansmith/960-Grid-System/master/code/css/reset.css">
<link rel="stylesheet" href="https://raw.github.com/nathansmith/960-Grid-System/master/code/css/960.css">
<link rel="stylesheet" href="https://raw.github.com/nathansmith/960-Grid-System/master/code/css/text.css">
<div class="container_12">
    <div class="grid_5 alpha">blah blah blah blah blah blah</div>
<div class="grid_7 omega">blah blah blah
</div>

</div>

JavaScript

$(window).load(function() {
              $('.flexslider').flexslider({controlNav:false, directionNav:false, animation:"slide"});
            });