best Pop-up box plug-in of jquery [closed]
i use facebox.js to pop-up div on my site ,
but i don't think it is the best one ,
so what plug-in of jquery are you using for pop-up ,
thanks
I'm assuming you mean modal window pop ups because you mention facebox.
There are many and it really depends on what your needs are. However I would recommend these:
- jqModal - AJAX, many configuration options, true modal (locks keyboard within modal)
- Soh Tanaka's simple modal popups. - Inline, simple
jQModal is nice.
BlockUI can do modal dialogs, in addition to custom element blocking.
Also have a look at SimpleModal, which offers lots of options as well.
Maybe you want to take a look at http://planetozh.com/projects/lightbox-clones/ and compare the features of almost every lightbox against each other.
There's no best one. There are different plugins which might fit your needs (which you didn't expose). To name a few:
- jQuery dialog
- jQuery SimpleTip
- jQuery qTip
Personally I have used simpleTip
for showing AJAX popups when hovering over certain regions.
精彩评论