Skip to content

Commit c22dbc7

Browse files
committed
add blur events to test
1 parent 83e4ee0 commit c22dbc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tooltip/vertical_form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
$(function(){
3838
$("input").tooltip({
3939
events: {
40-
input: "mouseover,mouseout"
40+
input: "focus mouseover, blur mouseout"
4141
}
4242
});
4343
});

0 commit comments

Comments
 (0)