This commit is contained in:
parent
845591bce6
commit
3a508767cc
|
@ -10,7 +10,7 @@ $(function () {
|
||||||
var posString = "left+" + newX + "px top+" + newY + "px";
|
var posString = "left+" + newX + "px top+" + newY + "px";
|
||||||
$(this).autocomplete("option", "position", {
|
$(this).autocomplete("option", "position", {
|
||||||
my: "left top",
|
my: "left top",
|
||||||
at: posString
|
at: "left top"
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue