JSFiddle - React, Tailwind, and code Playground
by hunterloftis
HTML
<script src="https://raw.github.com/madrobby/zepto/master/src/zepto.js"></script>
JavaScript
var el = $('<th></th>');
alert(el.size() + ', ' + typeof el.get(0));
by hunterloftis
<script src="https://raw.github.com/madrobby/zepto/master/src/zepto.js"></script>
var el = $('<th></th>');
alert(el.size() + ', ' + typeof el.get(0));