Hard time positioning jquery dialog
in Using jQuery UI
•
7 years ago
Hi guys,
I have the following and it positions the dialog at 0,0 of the viewport. Any idea what is incorrect ?
- $('#GenericDialog').dialog(
{
position: [500, 500],
width: 'auto',
collision: 'fit',
show: 'fade',
hide: 'fade',
showAnim: 'slow',
title: 'Information de la prise',
closeOnEscape: true,
dialogClass: 'dialogWithDropShadow'
});
1