1
0
mirror of synced 2024-11-22 21:16:10 +03:00
select2/docs/index.html
Kevin Brown d386849c1f Started building out the examples
This also adds the `select2` function back to jQuery, so you can
still initialize Select2 using the old syntax.
2014-10-21 21:43:58 -04:00

30 lines
712 B
HTML

---
layout: home
title: Select2 - The jQuery replacement for select boxes
slug: home
---
<main class="jumbotron" role="main">
<div class="container">
<div class="row">
<div class="col-md-6 text-center">
<h1>Select2</h1>
<p class="lead">
The jQuery replacement for select boxes
</p>
</div>
<div class="col-md-6 jumbotron-side">
<p>
<a href="https://github.com/ivaynberg/select2/tags" class="btn btn-success btn-lg">
<i class="fa fa-download fa-lg"></i>
Download
</a>
</p>
<p>
<strong>Version</strong> 4.0.0 <em>alpha</em>
</p>
</div>
</div>
</div>
</main>