1
0
mirror of synced 2025-02-04 06:09:23 +03:00
Kevin Brown 631ae06c8d Fix broken Placeholder.js links
It appears as though GitHub has stopped serving the Placeholder.js
GitHub Pages site.  This broke placeholder support on older versions
of IE in the documentation and broke the link we had to the
polyfill.  Since the repository is still online, and the
documentation should work without an internet connection, the
JavaScript files have been pulled into the documentation folder.
2015-02-06 19:34:48 -05:00
..
2015-01-22 14:49:39 -05:00
2015-01-05 19:30:15 -05:00
2014-10-21 21:43:58 -04:00
2015-02-06 19:34:48 -05:00
2014-10-21 21:43:58 -04:00
2015-01-05 18:22:27 -05:00
2015-02-06 19:34:48 -05:00
2015-02-05 17:50:26 +08:00
2015-01-12 19:56:25 -05:00

Select2 Documentation

This repository holds the latest documentation for Select2.

What is this?

The documentation is automatically extracted from the docs directory at the Select2 source repository. This is done periodically by the maintainers of Select2.

Pull requests will usually be ignored, documentation fixes should be made in the source repository. We may accept pull requests if they match the source docs directory, but for the most part pull requests will be closed on sight.

How can I build these docs manually?

In the main Select2 repository, you can build the documentation by executing

grunt docs

Which will start up the documentation on port 4000. You will need Jekyll installed to build the documentation.