On my web app, I’m looking for a mechanism that’ll allow me to pop a static window on top of my page where texts will be displayed with a scroll bar. I’d like the frame of that window to have a “X close” button. Simple.
I know there are some JQuery “lightbox” implementations for photos. Is there something similar where I can just show/scroll text?
Thank you.
I would use jQuery UI Dialog. You can “pop” a modal dialog with that widget.
Here is an example snippet from http://jqueryui.com/demos/dialog/: