From 9f2589501562b86ddb6c58a1beb3193acca2f4e3 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 26 Jan 2015 17:56:25 +0200 Subject: Fix validation errors. Surprisingly those weren't reported by the validator; only in the grunt-contrib-htmlmin branch they were reported, so after digging into it, I saw they were indeed errors... --- docs/_includes/js/collapse.html | 2 +- docs/_includes/js/overview.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_includes/js') diff --git a/docs/_includes/js/collapse.html b/docs/_includes/js/collapse.html index 85b56d94a..e193098cc 100644 --- a/docs/_includes/js/collapse.html +++ b/docs/_includes/js/collapse.html @@ -221,7 +221,7 @@ $('.collapse').collapse()

Methods

.collapse(options)

-

Activates your content as a collapsible element. Accepts an optional options object. +

Activates your content as a collapsible element. Accepts an optional options object.

{% highlight js %} $('#myCollapsible').collapse({ toggle: false diff --git a/docs/_includes/js/overview.html b/docs/_includes/js/overview.html index 89030966c..930509c76 100644 --- a/docs/_includes/js/overview.html +++ b/docs/_includes/js/overview.html @@ -48,7 +48,7 @@ $('#myModal').modal('show') // initializes and invokes show immed

Each plugin also exposes its raw constructor on a Constructor property: $.fn.popover.Constructor. If you'd like to get a particular plugin instance, retrieve it directly from an element: $('[rel="popover"]').data('popover').

Default settings

-

You can change the default settings for a plugin by modifying the plugin's Constructor.DEFAULTS object:

+

You can change the default settings for a plugin by modifying the plugin's Constructor.DEFAULTS object:

{% highlight js %} $.fn.modal.Constructor.DEFAULTS.keyboard = false // changes default for the modal plugin's `keyboard` option to false {% endhighlight %} -- cgit v1.2.3