diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2013-05-31 11:54:24 -0400 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2013-05-31 11:54:24 -0400 |
commit | 9efdbe77eb27218ab4034154d252d699457c0c11 (patch) | |
tree | e1619371bfcafa940d67f700d3a053bc1e3ef193 | |
parent | 003cac202d8a961b9cd85656bac2675d0df6d772 (diff) | |
download | jQuery-Impromptu-9efdbe77eb27218ab4034154d252d699457c0c11.zip jQuery-Impromptu-9efdbe77eb27218ab4034154d252d699457c0c11.tar.gz jQuery-Impromptu-9efdbe77eb27218ab4034154d252d699457c0c11.tar.bz2 |
Updates docs, examples, and classes option
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -183,7 +183,7 @@ button: 'btn', defaultButton: 'btn-primary' }</code></pre> - To view a complete demo see the examples section below.</dd> + Use the base theme in place of the default css file since it has minimal styling, allowing other css frameworks to work their magic. To view a complete demo see the examples section below.</dd> <dt>close</dt> <dd>A function to be called when the prompt is closed and just before being removed from the DOM. <em>Default: function(event[, value, message, formVals]){}</em> Last three paremeters available only when button was clicked.</dd> @@ -204,7 +204,7 @@ <dd>If the prompt should close when the fade is clicked (true doesn't close). <em>Default: true</em></dd> <dt>prefix</dt> - <dd>A prefix to be used for all css classes and html object id's. <em>Default: 'jqi'</em></dd> + <dd>A prefix to be used for all css classes and html object id's. Use this option when you want to change themes. <em>Default: 'jqi'</em></dd> <dt>promptspeed</dt> <dd>The prefered opacity of the showing of the prompt ("slow", "fast", number). <em>Default: "fast"</em></dd> |