I would like to replace the native javascript alert() with my own, so that I would be able to control the theme and have it more JQueryUI look and feel.
I\'ve tried numerous alt
How about layering the alerts ?
They'll still appear all at once, but the user only sees the first, until she closes that, then the second appears (is revealed) and so forth.
- Could easily be acheaved by updating a "global" last-z-index variable..