diff --git a/docs/_includes/nav/options-new.html b/docs/_includes/nav/options-new.html
new file mode 100644
index 00000000..21b84e7a
--- /dev/null
+++ b/docs/_includes/nav/options-new.html
@@ -0,0 +1,84 @@
+
diff --git a/docs/_includes/options-new/core.html b/docs/_includes/options-new/core.html
index 63e15fd1..f7b3d4c9 100644
--- a/docs/_includes/options-new/core.html
+++ b/docs/_includes/options-new/core.html
@@ -3,6 +3,7 @@
Core options
+ {% include options-new/core/options.html %}
{% include options-new/core/data-attributes.html %}
{% include options-new/core/amd-support.html %}
\ No newline at end of file
diff --git a/docs/_includes/options-new/core/options.html b/docs/_includes/options-new/core/options.html
new file mode 100644
index 00000000..e14e6c37
--- /dev/null
+++ b/docs/_includes/options-new/core/options.html
@@ -0,0 +1,9 @@
+
+ Yes, but only when you are initially creating it.
+
+ The
+ Yes, just like in a standard
+ Only a single level of nesting is allowed per the HTML specification.
+
+ No.
+
+ You need to include Placeholders.js on your page, or use the full build.
+
+ How should Select2 be initialized?
+
+
+
+ Can default options be set for all dropdowns?
+
+
+ Data adapters
+
+
+ {% include options-new/data/select.html %}
+ {% include options-new/data/array.html %}
+ {% include options-new/data/ajax.html %}
+
+ Can Select2 be connected to a remote data source?
+
+
+
+ How can I set the initially selected options when using AJAX?
+
+
+
+ What should the results returned to Select2 look like?
+
+
+
+ Is there a way to modify the response before passing it back to Select2?
+
+
+
+ A request is being triggered on every key stroke, can I delay this?
+
+
+
+ I want to add more query parameters to the request, where can this be done?
+
+
+
+ Can an AJAX plugin other than
+jQuery.ajax
be used?
+
+ Can I load data into Select2 using an array?
+
+
+
+ What properties are required on the objects passed in to the array?
+
+
+
+ How should nested results be formatted?
+
+
+
+ How many levels of nesting are allowed?
+
+
+
+ Why are
+
+ <option>
tags being created?
+ data
option is a shortcut that Select2 provides which allows you to load options into your select
from a data array.
+
+ My objects don't use
+
+ id
for their unique identifiers, what can I do?
+
+ My objects use a property other than
+text
for the text that needs to be displayed
+
+ Can Select2 be used with a
+
+ <select>
tag?
+
+ Does Select2 support nesting options?
+
+
+ select
.
+
+ How many levels of nesting can there be?
+
+
+
+ Can
+
+ <optgroup>
tags be made selectable?
+
+ How are
+<option>
and <optgroup>
tags serialized into data objects?
+
- Selections
+
+ Displaying selections
{% include options-new/selections/multiple.html %}
diff --git a/docs/_includes/options-new/selections/placeholder.html b/docs/_includes/options-new/selections/placeholder.html
index 2a7d05cd..88eddea6 100644
--- a/docs/_includes/options-new/selections/placeholder.html
+++ b/docs/_includes/options-new/selections/placeholder.html
@@ -18,4 +18,12 @@
Can I change how the placeholder looks?
+
+
+ My placeholders aren't being displayed in Internet Explorer
+
+
+