1
0
mirror of synced 2024-11-22 21:16:10 +03:00
select2/docs/options-new.html
Kevin Brown 75abd407c8 Continue building out the FAQ
This adds more questions that will eventually get answers. Most of these
questions are already answered either in the current documentation or on
Stack Overflow, so it shouldn't be too difficult to fill out answers for
them.
2015-08-31 20:43:01 -04:00

35 lines
767 B
HTML

---
layout: default
title: Options - Select2
slug: options
---
<section class="jumbotron">
<div class="container">
<h1>
Options
</h1>
<p class="lead">
Select2 supports a wide variety of options that allow you to customize it to your needs.
</p>
</div>
</section>
<div class="container s2-docs-container">
<div class="row">
<div class="col-md-9" role="main">
{% include options-new/introduction.html %}
{% include options-new/core.html %}
{% include options-new/data.html %}
{% include options-new/selections.html %}
</div>
<div class="col-md-3" role="complementary">
{% include nav/options-new.html %}
</div>
</div>
</div>
<script type="text/javascript">
prettyPrint();
</script>