problems setting jquery dialog left and top position
Java
2
Posts
1
Posters
0
Views
1
Watching
-
Hi! i'm having problems setting the position of the dialog (Left and Top) after i have created it. i have tried this, but it's not working.
$('#dialog').dialog('widget').position().left = 200;
i have tried different solutions i have found but they didn't work either. could someone help i want to move the dialog to left and top cordinates i have stored i 2 variables thanks.
-
Hi! i'm having problems setting the position of the dialog (Left and Top) after i have created it. i have tried this, but it's not working.
$('#dialog').dialog('widget').position().left = 200;
i have tried different solutions i have found but they didn't work either. could someone help i want to move the dialog to left and top cordinates i have stored i 2 variables thanks.