Add bower_components as it contains the resources used by github pages.
This commit is contained in:
9
bower_components/select2/docs/_includes/options/events/internal.html
vendored
Normal file
9
bower_components/select2/docs/_includes/options/events/internal.html
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<section>
|
||||
<h2 id="events-internal">
|
||||
Internal Select2 events
|
||||
</h2>
|
||||
|
||||
<p>
|
||||
Select2 has an internal event system that works independently of the DOM event system. This internal event system is only accesssible from plugins and adapters that are connected to Select2.
|
||||
</p>
|
||||
</section>
|
||||
29
bower_components/select2/docs/_includes/options/events/jquery.html
vendored
Normal file
29
bower_components/select2/docs/_includes/options/events/jquery.html
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
<section>
|
||||
<h2 id="events-public">
|
||||
Public jQuery events
|
||||
</h2>
|
||||
|
||||
<h3>
|
||||
What events will Select2 trigger?
|
||||
</h3>
|
||||
|
||||
{% include options/not-written.html %}
|
||||
|
||||
<h3>
|
||||
How can I attach listeners for these events?
|
||||
</h3>
|
||||
|
||||
{% include options/not-written.html %}
|
||||
|
||||
<h3>
|
||||
What events does Select2 listen for?
|
||||
</h3>
|
||||
|
||||
{% include options/not-written.html %}
|
||||
|
||||
<h3>
|
||||
What events can be prevented? How can I prevent a selection from being made?
|
||||
</h3>
|
||||
|
||||
{% include options/not-written.html %}
|
||||
</section>
|
||||
Reference in New Issue
Block a user