diff --git a/docs/assets/js/bootstrap.js b/docs/assets/js/bootstrap.js index 6c9c9ba6..e58f537d 100644 --- a/docs/assets/js/bootstrap.js +++ b/docs/assets/js/bootstrap.js @@ -2682,7 +2682,7 @@ "use strict"; // jshint ;_ - /* INPUTMASK PUBLIC CLASS DEFINITION + /* FILEUPLOAD PUBLIC CLASS DEFINITION * ================================= */ var Fileupload = function (element, options) { @@ -2796,7 +2796,7 @@ } - /* INPUTMASK PLUGIN DEFINITION + /* FILEUPLOAD PLUGIN DEFINITION * =========================== */ $.fn.fileupload = function (options) { @@ -2811,7 +2811,7 @@ $.fn.fileupload.Constructor = Fileupload - /* INPUTMASK DATA-API + /* FILEUPLOAD DATA-API * ================== */ $(function () { diff --git a/docs/index.html b/docs/index.html index a32766f7..944cc5b2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -139,9 +139,9 @@

How can a fantastic library become any better? Check it out.

-

Action links

-

Sometimes a button will pull to much attention to an action. In those cases, you can use action links instead.

-

Action links look distinctly different than normal links.

+

Typeahead

+

With the improved typeahead, it's easy to fetch the data using AJAX.

+

It support key/value pairs (objects) next to normal arrays. Also you can convert a <select> to a typeahead.

Input mask

@@ -179,6 +179,11 @@
+
+

Action links

+

Sometimes a button will pull to much attention to an action. In those cases, you can use action links instead.

+

Action links look distinctly different than normal links.

+

Form elements

Go beyond uneditable input and create a full uneditable form, with disabled and uneditable elements.

@@ -193,6 +198,17 @@

Tabbable

Tabs work better than ever. You now have a bordered tabbable available. Also, a container can be turned into a tabbable.

+
+
+
+

Customize

+

Each customized bootstrap.zip contains a `custom.json` file, which can be used to use the same packages and variables when upgrading.

+

Automatically includes the CSS for jQuery plugins.

+
+
+

Download js plugins

+

Download a jQuery plugin directly from the javascript docs, including required CSS.

+

More