@@ -141,6 +141,7 @@ <h4>source</h4>
141141 < code > source: content</ code > and < code > href="#"</ code > . Click
142142 the following link to show
143143 < a class ="pat-tooltip "
144+ title ="This is the title attribute "
144145 data-pat-tooltip ="source: content "> the same content in the link</ a >
145146 inside the tooltip.
146147 </ p >
@@ -150,20 +151,23 @@ <h4>source</h4>
150151 show
151152 < a href ="#tooltip-source "
152153 class ="pat-tooltip "
154+ title ="This is the title attribute "
153155 data-pat-tooltip ="source: ajax "> the content of the element matching the given selector</ a >
154156 inside the tooltip.
155157 </ p >
156158 < p >
157159 < code > source: ajax</ code > . Mouse over the following link to show
158160 < a href ="pattern-test-response.html#myTip "
159161 class ="pat-tooltip "
162+ title ="This is the title attribute "
160163 data-pat-tooltip ="source: ajax; trigger: click "> the content of pattern-test-response.html#myTip</ a >
161164 loaded by ajax inside the tooltip.
162165 </ p >
163166 < p >
164167 < code > source: ajax</ code > . Click the following link to show
165168 < a href ="pattern-test-response.html#myTip "
166169 class ="pat-tooltip "
170+ title ="This is the title attribute "
167171 data-pat-tooltip ="source: ajax; trigger: click "> the content of pattern-test-response.html#myTip</ a
168172 >
169173 loaded by ajax inside the tooltip.
@@ -173,6 +177,7 @@ <h4>source</h4>
173177 < button
174178 class ="pat-tooltip "
175179 type ="button "
180+ title ="This is the title attribute "
176181 data-pat-tooltip ="
177182 source: ajax;
178183 url: pattern-test-response.html#myTip;
@@ -189,6 +194,7 @@ <h4>ajax-data-type</h4>
189194 tooltip with content in markdown
190195 < a href ="documentation.md#Display "
191196 class ="pat-tooltip "
197+ title ="This is the title attribute "
192198 data-pat-tooltip ="source: ajax; ajax-data-type: markdown "> on click</ a > .
193199 </ p >
194200
0 commit comments