advertisement
The way to do that are by using effect() inside dialog(). This post will show you a very simple examples on how to do that. But first, to make sure you understand this post, you have to be able to make a simple jQuery pop-up window. If not, please learn it from the previous post about How to Make jQuery Popup Window?.
jQuery Dialog Effect Examples
The basic script will be like this:dialog({
show:{
effect:fold,
duration:700
},
hide:{
effect:fold,
duration:700
}
});
show:{
effect:fold,
duration:700
},
hide:{
effect:fold,
duration:700
}
});
This script will make a "fold" effect to show and hide or close the dialog box. Here the list of simple effect from jQuery UI and also jQuery Dialog Effect Examples:
Choose effects:
This is the source code:
To learn more about jQuery effect, you can go to this jQuery Effect link. If you have anything to ask, please leave it in the comment form below. That is all for jQuery Dialog Effect Examples, thank you.
Categories:
Post a Comment/Report Broken Link: