I'm using jquery dialog and want to slide on show. How do I specify the direction of the slide?
$('.selector').dialog({ show: 'slide' });
I'm using jquery dialog and want to slide on show. How do I specify the direction of the slide?
$('.selector').dialog({ show: 'slide' });
Hi,
Considering these links :
It doesn't seem to be possible, at least with current versions...