I’m using jquery dialog and want to slide on show. How do I specify the direction of the slide?
$('.selector').dialog({ show: 'slide' });
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Considering these links :
– Dialog – show with effect and options (May 2009, so not old)– Is possible to have more granular control over jQuery UI Dialog Widget’s show/hide method?
It doesn’t seem to be possible, at least with current versions…