Dialog - show with effect and options
Dialog - show with effect and options
Hello,
I'm trying to create a dialog slide in from the right (versus default
left). I searched the group and found this discussion:
http://groups.google.com/group/jquery-ui/browse_thread/thread/67850232a88c54c4/2c26a71d384600c9?hl=en&lnk=gst&q=dialog+slide+animation#2c26a71d384600c9
The solution isn't working for me.
This works:
$('#dialog').dialog( { show: 'slide' });
This doesn't work:
$('#dialog').dialog( { show: { effect: 'slide' } } );
I haven't gotten to the point of adding options yet (the direction
option).
Thanks.
Topic Participants
eyston
scott.gonzalez