• 4Nov
    2009

    5 jQuery UI dialog and media plugins

    Almost everybody uses a tool for displaying images, HTML content and media in a Mac-style “lightbox” that floats over top of web page. I remember when Thickbox was the tool of choice for almost every developer. It was one of the first jQuery tools I used in WordPress to design a gallery. Since then many other plugins, widgets, and libraries have been popping up. Just recently I came across ColorBox, when researching some interesting ways to display iFrames for a project I have been working.

    Here is a small list to get you started, they are all built using the jQuery library and licensed under both MIT and GPL licenses.

    ColorBox

    jq_color

    The nice thing about ColorBox is that it works on Firefox 2 & 3, Safari 3 & 4, Opera 9, Chrome, Internet Explorer 6, 7, 8. This tool will pretty much load anything you need, it is really easy to modify at CSS level, image level, and the jQuery is pretty standard. One thing I did notice is that id tends to conflict with jquery-latest.js.

    FancyBox

    jq_fancy

    Great tool, updated often, lots of good documentation and examples.

    Lightbox2

    jq_lightbox

    Lightbox is slowly becoming a standard and first choice for most developers. It is very user friendly if you are a nOOb to jQuery. Lightbox also has a very reliable WordPress plugin. You can see this plugin in in action on my portfolio.

    Shadowbox.js

    jq_shadow

    Shadowbox is written entirely in JavaScript and CSS and is highly customizable. This package is not jQuery (very similar), but very useful and has some nice effects. They offer both free and commercial licenses (30$-50$).

    jQuery Dialog

    jq_dialog

    jQuery dialog allows you to display floating windows. You can add scrollbars and drag features and they are easily customizable with minimal code.

    If you have created anything unique or different with these tools, or want to recommend other alternatives please feel free to comment on this post.

    7 Responses to 5 jQuery UI dialog and media plugins

    1. Pingback: Brendan Sera-Shriar – A Lifestream» Daily Digest for November 5th

    2. Pingback: uberVU - social comments

    3. Jon
      November 18, 2009 at 2:05 pm

      I’ve stuck with Colorbox over the rest of these. I’ve been able to find issues every example but this and the jQuery UI version.

    4. webmaster
      December 30, 2009 at 10:31 am

      @Jon, I agree! There can be lots of conflicts with libraries…

    5. Eric
      January 7, 2010 at 12:34 pm

      I have had nothign but good things to say about shadowbox untill i started speed testing my sites. shadowbox loads its main file, then loads at least 5 more after page load, so its pretty slow. im converting to colorbox today.

      i just have to create a flv viewer to make up for the functionality built into shadowbox.

    6. January 20, 2010 at 8:49 am

      Very nice and useful tutorials for web designers,
      Thanks for posting.

      • webmaster
        January 21, 2010 at 12:13 pm

        np ;)

    Leave a Reply

    Your email address will not be published. Required fields are marked *