@@ -141,6 +141,7 @@ <h4>source</h4>
141
141
< code > source: content</ code > and < code > href="#"</ code > . Click
142
142
the following link to show
143
143
< a class ="pat-tooltip "
144
+ title ="This is the title attribute "
144
145
data-pat-tooltip ="source: content "> the same content in the link</ a >
145
146
inside the tooltip.
146
147
</ p >
@@ -150,20 +151,23 @@ <h4>source</h4>
150
151
show
151
152
< a href ="#tooltip-source "
152
153
class ="pat-tooltip "
154
+ title ="This is the title attribute "
153
155
data-pat-tooltip ="source: ajax "> the content of the element matching the given selector</ a >
154
156
inside the tooltip.
155
157
</ p >
156
158
< p >
157
159
< code > source: ajax</ code > . Mouse over the following link to show
158
160
< a href ="pattern-test-response.html#myTip "
159
161
class ="pat-tooltip "
162
+ title ="This is the title attribute "
160
163
data-pat-tooltip ="source: ajax; trigger: click "> the content of pattern-test-response.html#myTip</ a >
161
164
loaded by ajax inside the tooltip.
162
165
</ p >
163
166
< p >
164
167
< code > source: ajax</ code > . Click the following link to show
165
168
< a href ="pattern-test-response.html#myTip "
166
169
class ="pat-tooltip "
170
+ title ="This is the title attribute "
167
171
data-pat-tooltip ="source: ajax; trigger: click "> the content of pattern-test-response.html#myTip</ a
168
172
>
169
173
loaded by ajax inside the tooltip.
@@ -173,6 +177,7 @@ <h4>source</h4>
173
177
< button
174
178
class ="pat-tooltip "
175
179
type ="button "
180
+ title ="This is the title attribute "
176
181
data-pat-tooltip ="
177
182
source: ajax;
178
183
url: pattern-test-response.html#myTip;
@@ -189,6 +194,7 @@ <h4>ajax-data-type</h4>
189
194
tooltip with content in markdown
190
195
< a href ="documentation.md#Display "
191
196
class ="pat-tooltip "
197
+ title ="This is the title attribute "
192
198
data-pat-tooltip ="source: ajax; ajax-data-type: markdown "> on click</ a > .
193
199
</ p >
194
200
0 commit comments