docs: reflect new types accepted by the tooltip

Esse commit está contido em:
Gleb Mazovetskiy
2015-06-02 03:06:58 +01:00
commit 73065a96c4
2 arquivos alterados com 3 adições e 3 exclusões
+2 -2
Ver Arquivo
@@ -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>
+1 -1
Ver Arquivo
@@ -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>