Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript looking for plugin

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #28786
    mouseman
    Member

    Hey all,

    Hoping someone can help me find a plugin for jquery. I’m looking for a plugin that’ll create a fake popup window that acts like a popup browser window. With minimize, maximize and close functions.

    If you log into the Mail demo at Icewarp, then hover over ‘New’ in the top menu and choose ‘Contact’, you’ll see what I’m referring to. Their ‘minimize’ function even goes a step further than what I had in mind, but it’s very nice. At any rate, I like how their popup window looks like a browser popup window and can be expanded and moved around the screen. I also like how it doesn’t add a scrollbar to the bottom of the page if you move it offscreen to the right, and it doesn’t scroll the page down if you try moving it past the bottom of the page (i’m assuming that’s just accomplished with a bounding box)

    http://demo.icewarp.com/webmail/

    Here’s a plug in that does basically what I want but using the prototype library. I’d rather stick with jquery.
    http://harrisdev.net/PopIt/demo/demo.html

    If you know of a plugin similar to what I’m looking for, let me know.
    Thanks!

Viewing 1 post (of 1 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.