jQuery modal box like Mac alert
How do I make a modal dialog slide in from 开发者_JS百科the top of the browser like mac?
All the plugins I look at don't have this option.
It looks like ModalBox does what you're looking for.
I'm not sure I understand the question (I don't have a mac). But jqueryUI is pretty light and really easy to use. I think a modal dialog with a slide animation might be all you need. http://jqueryui.com/demos/dialog/#modal
jGrowl is an awesome plug-in. It has quite a few options that make it configurable. Give it a whirl.
From their website:
jGrowl is a nifty little jQuery library that creates unobtrusive messages in the browser. It works in a similar way to Growl on Mac OS X.
精彩评论