You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ This sets the element that will have a scroll event bound to it. If your tooltip
81
81
82
82
### **`data-tooltip-autoclose`**
83
83
84
-
If set to false, the tooltip will *not* close unless you do so programmatically with `isotip.close()`.
84
+
If set to false, the tooltip will *not* close unless you do so programmatically with `isotip.close()`. Normal tooltips will not open until the open one has been closed!
85
85
86
86
### **`init( config )`**
87
87
@@ -120,7 +120,7 @@ var config = {
120
120
title:'Tooltip title', // the text to go in the title, if any
121
121
container:document.querySelector('.container'), // the container to append the tooltip to
122
122
scrollContainer:document.querySelector('.scroll-container'), // the container to bind the scroll event to
123
-
autoClose:false// set to false if you only want to close the tooltip programmatically
123
+
autoClose:false// set to false if you only want to close the tooltip programmatically. Normal tooltips won't open until the open one has been closed!
<p>If set to false, the tooltip won't close until you programmatically close it with <code>isotip.close()</code>.</p>
277
+
<p>If set to false, the tooltip won't close until you programmatically close it with <code>isotip.close()</code>. Note that normal tooltips will not open until the open tooltip has been closed!</p>
278
278
</dd>
279
279
</dl>
280
280
<p>Alternatively, programattic creation and destruction of tooltips is available.</p>
0 commit comments