JSFiddle - React, Tailwind, and code Playground

by Cristian Trifan

HTML

<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css">
<script src="http://twitter.github.com/bootstrap/assets/js/bootstrap.js"></script>
<link rel="stylesheet" href="https://dashboard.websitedefender.com/wvs04df7a7474c37786c099d311ab86383408033b6d/css/excludelist.css">
<script src="http://dashboard.websitedefender.com/wvs04df7a7474c37786c099d311ab86383408033b6d/js/jquery.ui.excludelistsettings.js"></script>
<div class="container">

<form method="post" class="form-horizontal" id="cloudy_registration_form" style="margin-top: 30px;" onsubmit="alert('Ready to submit the scan?'); return false";>
            <div class="alert alert-info">
                <small>If your website is running on a shared hosting service, advise the hosting provider that you will be launching a security scan against your website. </small>
            </div>
        <div class="control-group">
            <label class="control-label" for="cloudy_registration_form_email">Email</label>
            <div class="controls">
                <input type="text" class="input-xlarge" id="cloudy_registration_form_email"/>
            </div>
        </div>

            <div class="control-group">

            <label class="control-label" for="cloudy_registration_form_target_id">URL</label>
            <div class="controls">
                <input type="text" class="input-xlarge" id="cloudy_registration_form_target_id" />
            </div>
        </div>

            <div class="alert alert-info">
                <small>Specify the scan starting path. E.g. if you would like to scan only a sub directory in your website called blog, specify /blog/ in the below field.  </small>
            </div>
            <div class="control-group">
            <label class="control-label" for="cloudy_registration_form_target_id">Scan Path</label>
            <div class="controls">
                <input type="text" class="input-xlarge" value="/"...

JavaScript

jQuery.DError = function(text, title)
{
    alert('The pattern has already been added.');
};
jQuery('.ui-exclude-list-settings').excludeListSettings();