Dialog position will not move
I'm trying to change the position of the dialog when it displays.
This is my code:
$(function(){$( "#Untimely" ).dialog({ position: { my: "right top", at: "center", of: "#Input" } });});
I've changed the position to { my: "center", at: "center", of: window } but nothing moves it. The dialog only stays at the top left of the window. The only time it has moved is { my: "right", at: "center", of: window } and it moves right off the page.
Any help would be greatly appreciated.
Thanks
Ryan