JSFiddle - React, Tailwind, and code Playground
by Ahmad SM
HTML
<!DOCTYPE html>
<html>
<!-- TODO create more fiddles (empty option, selected property in data) -->
<head>
<title>Simple Combobox Description</title>
<link href="css/jquery.scombobox.css" rel="stylesheet" />
<script src="js/missed.js"></script><!-- add this script for IE8 compatibility -->
<script src="js/latinize.js"></script><!-- add this to use filterIgnoreAccents option (convert Művész to Muvesz) -->
<script src="js/jquery-1.10.1.min.js"></script>
<script src="js/jquery.scombobox.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style>
* {
padding: 0; margin: 0;
}
body {
font-family: 'Arial', sans-serif;
font-size: 90%;
color: #333;
line-height: 20px;
}
input {
font-size: 110%;
}
.main {
padding: 10px 20px;
}
.main > table {
width: 100%;
}
p {
padding: 5px 0 8px 0;
text-indent: 35px;
line-height: 20px;
}
pre {
padding: 5px 0 8px 35px;
line-height: 18px;
}
pre.nopadding {
padding: 0;
}
td.result {
width: 50%;
vertical-align: top;
}
table {
border-collapse: collapse;
}
.docs { margin-top: 10px }
.docs td {
vertical-align: top;
}
.docs th, .docs td {
padding: 5px;
border: 1px solid #CCC;
}
.docs th {
text-align: center;
background: #F8F8F8;
font-weight: normal;
padding-top: 10px;
padding-bottom: 10px;
}
</style>
</head>
<body>
<div class="main">
<p>See examples <a href="http://jsfiddle.net/user/ivkremer/fiddles/"...