Commit 73065a96 authored by Gleb Mazovetskiy's avatar Gleb Mazovetskiy

docs: reflect new types accepted by the tooltip

parent 14ad1fa8
......@@ -166,7 +166,7 @@ sagittis lacus vel augue laoreet rutrum faucibus.">
</tr>
<tr>
<td>content</td>
<td>string | function</td>
<td>string | HTMLElement | jQuery node | function</td>
<td>''</td>
<td>
<p>Default content value if <code>data-content</code> attribute isn't present.</p>
......@@ -218,7 +218,7 @@ sagittis lacus vel augue laoreet rutrum faucibus.">
</tr>
<tr>
<td>title</td>
<td>string | function</td>
<td>string | HTMLElement | jQuery node | function</td>
<td>''</td>
<td>
<p>Default title value if <code>title</code> attribute isn't present.</p>
......
......@@ -184,7 +184,7 @@ $('#example').tooltip(options)
</tr>
<tr>
<td>title</td>
<td>string | function</td>
<td>string | HTMLElement | jQuery node | function</td>
<td>''</td>
<td>
<p>Default title value if <code>title</code> attribute isn't present.</p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment