views:

227

answers:

1

I'm using jquery dialog and want to slide on show. How do I specify the direction of the slide?

$('.selector').dialog({ show: 'slide' });
A: 

Hi,

Considering these links :

It doesn't seem to be possible, at least with current versions...

Pascal MARTIN