UPDATE: Now pointing to the github page.

PopUpWindow now has a real permanent home in the jQuery Plugin repository. Which means that you can actually download a zip file! To check it out by going to it’s new page:

http://rip747.github.com/popupwindow/

This latest release adds support for centering window by using the “center” setting. Thank to  blueox for his contribution.

6 Responses to “jQuery: PopUpWindow new release and new home.”

  1. Yson Says:

    Good job on avoiding the blocker.
    Seems the resizable is specific to IE
    Not Working on
    Safari 3.2.2
    Firefox 3.0.6

    Also would be nice to set the title of the page and take out the address bar.

  2. Eduardo Says:

    Where is the demo???, not here and not at the jQuery repository either.

  3. rip747 Says:

    I’ve updated the post to point to the new github home.

  4. Gene Says:

    What am I doing wrong? The popup is not popping up the window. It is just executing a regular hyperlink and overwriting the web page.

    I am testing on IE 7.

    I have put the popupwindow javascript in both the web page and at the bottom of the jQuery.js (I first tried in a seperate JS file).

    The html code in the page reads:

    View Members
    (the XXaXX is intentional for writing this message)

    It seems the popupwindow isn’t reading the class.

    I can see the popupwindow JS code in the produced html document.

  5. rip747 Says:

    can you post the part of the code that is giving you the error? you can post it here or link to a gist.

  6. Steven Says:

    I noticed that if you use conditional comments around the js to determine if the browser is IE, then the link will open up the new window on the parent window.

    Removing the comments enabled the link to open up in a new window.


Leave a Reply