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 @@
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.
+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.
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.
+Go beyond uneditable input and create a full uneditable form, with disabled and uneditable elements.
@@ -193,6 +198,17 @@Tabs work better than ever. You now have a bordered tabbable available. Also, a container can be turned into a tabbable.
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 a jQuery plugin directly from the javascript docs, including required CSS.
+query value in the input field and the process callback. The function may be used synchronously by returning the data source directly or asynchronously via the process callback's single argument.The data source to query against. May be an array of strings, an object as key/value pairs, a url (string) to get the data using AJAX or a function.
+When using AJAX, the server should output a valid JSON array or key/value pair object.
+The function is passed two arguments, the query value in the input field and the process callback. The function may be used synchronously by returning the data source directly or asynchronously via the process callback's single argument.
Initializes an input with a typeahead.
If the source are key/value pairs, the data-value attribute will contain the key.
If the source is an object with key/value pairs, the data-value attribute will contain the key.
{{_i}}Sometimes a button will pull to much attention to an action. In those cases, you can use action links instead.{{/i}}
-{{_i}}Action links look distinctly different than normal links.{{/i}}
+{{_i}}With the improved typeahead, it's easy to fetch the data using AJAX.{{/i}}
+{{_i}}It support key/value pairs (objects) next to normal arrays. Also you can convert a <select> to a typeahead.{{/i}}
{{_i}}Sometimes a button will pull to much attention to an action. In those cases, you can use action links instead.{{/i}}
+{{_i}}Action links look distinctly different than normal links.{{/i}}
+{{_i}}Go beyond uneditable input and create a full uneditable form, with disabled and uneditable elements.{{/i}}
@@ -112,6 +117,17 @@{{_i}}Tabs work better than ever. You now have a bordered tabbable available. Also, a container can be turned into a tabbable.{{/i}}
{{_i}}Each customized bootstrap.zip contains a `custom.json` file, which can be used to use the same packages and variables when upgrading.{{/i}}
+{{_i}}Automatically includes the CSS for jQuery plugins.{{/i}}
+{{_i}}Download a jQuery plugin directly from the javascript docs, including required CSS.{{/i}}
+query value in the input field and the process callback. The function may be used synchronously by returning the data source directly or asynchronously via the process callback's single argument.{{/i}}{{_i}}The data source to query against. May be an array of strings, an object as key/value pairs, a url (string) to get the data using AJAX or a function.{{/i}}
+{{_i}}When using AJAX, the server should output a valid JSON array or key/value pair object.{{/i}}
+{{_i}}The function is passed two arguments, the query value in the input field and the process callback. The function may be used synchronously by returning the data source directly or asynchronously via the process callback's single argument.{{/i}}
{{_i}}Initializes an input with a typeahead.{{/i}}
{{_i}}If the source are key/value pairs, the data-value attribute will contain the key.{{/i}}
{{_i}}If the source is an object with key/value pairs, the data-value attribute will contain the key.{{/i}}