Tooltip: Added another element for testing the issue with mouseover/out

This commit is contained in:
jzaefferer 2010-03-21 22:45:36 +01:00
parent 7dbf7ecfc1
commit 339543636f

View File

@ -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>