JSFiddle - React, Tailwind, and code Playground
by joshmoto
HTML
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script>
<script src="https://dev.thesweetpeople.com/wp-content/themes/iris.min.js"></script>
<script>
(function($) {
$('#input_12_17').iris();
alert('hello');
})(jQuery);
</script>
<input id="#input_12_17" type="text" />