jQuery: Simple, lightweight modal box
What is the simplest jquery plugin for modalboxes that do the following:
- Ajax by href Inline content modal
- Simple slide-down effect 开发者_如何学Python
- Little supplied styling (I don't want it wrapped in 15 divs of junk)
Thanks!
I've tried jQuery UI's dialog, but it's becoming problematic.
overlay component in jquery tools:
http://flowplayer.org/tools/overlay/index.html
ColorBox is a great plugin, and it seems to be the one recommended by the awesome crew (including a core jQuery member) over at yayQuery.
Simplest one I have found, while still having some nice functionality, is Simple Modal
It is pretty simple to use and still has some nice functionality. If you want crazy simple you could just style a div to float in the middle of the page and then unhide it via jquery.
精彩评论