mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Tooltip: Added another element for testing the issue with mouseover/out
This commit is contained in:
parent
7dbf7ecfc1
commit
339543636f
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
function enable() {
|
function enable() {
|
||||||
// default
|
// default
|
||||||
$("#context1, form input").tooltip();
|
$("#context1, form input, #childish").tooltip();
|
||||||
|
|
||||||
// custom class, replaces ui-widget-content
|
// custom class, replaces ui-widget-content
|
||||||
$("#context2").tooltip({
|
$("#context2").tooltip({
|
||||||
@ -105,6 +105,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="childish" class="ui-widget ui-widget-content" style="margin: 2em 0; border: 1px solid black;" title="element with child elements">
|
||||||
|
Text in <strong>bold</strong>.
|
||||||
|
</div>
|
||||||
|
|
||||||
<form style="margin: 2em 0;">
|
<form style="margin: 2em 0;">
|
||||||
<div>
|
<div>
|
||||||
<label for="first">First Name:</label>
|
<label for="first">First Name:</label>
|
||||||
|
Loading…
Reference in New Issue
Block a user