mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Tooltip: Turn of collision detection on forms demo for mobile rendering
Slighly improves the result by avoiding the tooltip ending up on top of the input.
This commit is contained in:
parent
5cbb419f24
commit
c02f59981f
@ -25,7 +25,8 @@
|
|||||||
var tooltips = $( "[title]" ).tooltip({
|
var tooltips = $( "[title]" ).tooltip({
|
||||||
position: {
|
position: {
|
||||||
my: "left top",
|
my: "left top",
|
||||||
at: "right+5 top-5"
|
at: "right+5 top-5",
|
||||||
|
collision: "none"
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
$( "<button>" )
|
$( "<button>" )
|
||||||
|
Loading…
Reference in New Issue
Block a user