Quantcast

25+ Create Amazing Image Effects with Some of the Best jQuery Plugins Available

Tue, Jul 28, 2009

Development, Javascript, Tools

DiggThis
Delicious

best-jquery

JavaScript frameworks like jQuery, prototype (and script.aculo.us), Dojo and mootools have become very popular because they are making the creation of dynamic effects much easier without using fx. flash. jQuery has become one of the most used JavaScript libraries today and can be found in the core of popular products like Wordpress and Drupal.The community is providing a huge amount of free plugins making it possible to find good solutions to nearny any need you may have. This article will introduce you to more than 25 jQuery plugins providing enhancements to how you can display images on your web pages. This is essential for creating dynamic state of the art web solutions. Lets get started!

By the way. tripwire magazine have provides several articles covering javascript frameworks that I will recommend you take a look at:


CrossSlide

CrossSlide is a jQuery plugin that implements in Javascript some common slide-show animations, traditionally only available to the web developer via Adobe Flash™ or other proprietary plugins. CrossSlide builds upon jQuery’s animation facility, so it is as portable across browsers as jQuery itself (a lot.). This is a great solution for creating dynamic effects fx. in a header.You simply have to see the effect for yourself demo here.

best-jquery

Highslide JS

Highslide JS is an open source image, media and gallery viewer written in JavaScript. It is an excellent, unobtrusive lightbox-style script with a multitude of uses. It is free for non commercial uses.

best-jquery

These are some of it’s features:

  • Quick and elegant looking.
  • No plugins like Flash or Java required.
  • Popup blockers are no problem. The content opens within the active browser window.
  • Single click. After opening the image or HTML popup, the user can scroll further down or leave the page without closing it.
  • Lots of configuration options and scalability without compromizing on simplicity. A component system lets you strip away unused features down to a filesize of 10kB.
  • Free user support for both commercial and non-commercial users.
  • Compatibility and safe degrading. If the user has disabled JavaScript or is using an old browser, the browser redirects directly to the image itself or to a given HTML page.

best-jquery

JQZoom

JQZoom is a javascript image magnifier built at the top of the popular jQuery javascript framework.jQzoom is a great and a really easy to use script to magnify what you want.

best-jquery

Easiest Tooltip and Image Preview Using jQuery

An incredibly easy way of achieving tooltip like bubble popups that appears when you roll over link or a thumbnail.

best-jquery

Animated InnerFade

Full w3c compliant animated slideshow with sliding effect on large images. Check it you you need to see the effect.

best-jquery

jQuery spherical panorama viewer

A javascript viewer for displaying spherical panoramas. An alternative to Java and QuickTime technology. To use this plugin you need to generate views from your spherical panoramic image. You can download and install MPRemap from Helmut Dersch website for this purpose.

best-jquery

prettyPhoto a jQuery lightbox clone

jQuery lightbox style script that support images, galleries, flash, qtime, iframe etc.

best-jquery

jQuery virtual tour

This virtual tour plugin has the particularity to be accessible and can run even if javascript has not been activated.

best-jquery

crop, labelOver and pluck

Crop-Gives your visitors the power to crop any image on the fly using JavaScript only. Also there are 2 other plugins: LabelOver and Pluck.

best-jquery

Step Carousel Viewer

Step Carousel Viewer displays images or even rich HTML by side scrolling them left or right. Users can step to any specific panel on demand, or browse the gallery sequentially by stepping through x number of panels each time. A smooth sliding animation is used to transition between steps. And fear not in taming this script to go exactly where you want it to- two public methods, two custom event handlers, and three “status” variables are here for that purpose.

best-jquery

jQuery Cycle plugin

This is a lightweight slideshow plugin that supports pause-on-hover, auto-stop, auto-fit, before/after callbacks, click triggers and many transition effects. The effects look very good!

best-jquery

Fancy Box

FancyBox is tool for displaying images, html content and multi-media in a Mac-style “lightbox” that floats overtop of web page. Automatically scales large images to fit in window, adds a nice drop shadow under the full-size image, image sets to group related images and navigate through them. Also support media.

best-jquery

Galleria

Is a javascript image gallery written in jQuery. It loads the images one by one from an unordered list and displays thumbnails when each image is loaded. It will create thumbnails for you if you choose so, scaled or unscaled, centered and cropped inside a fixed thumbnail box defined by CSS.

best-jquery

Jcrop

Jcrop is the quick and easy way to add image cropping functionality to your web application. It combines the ease-of-use of a typical jQuery plugin with a powerful cross-platform DHTML cropping engine that is faithful to familiar desktop graphics applications.

javascript-frameworks

AnythingZoomer jQuery Plugin

You have a small area. You mouse over it. An area pops up giving you a zoomed in closer look. This is a jQuery plugin that does it. I’m not going to tell you what you should use it for or elaborate use-case scenarios. Your own creativity can help you there. Demo & Download

javascript-frameworks

ImgAreaSelect

imgAreaSelect is a jQuery plugin for selecting a rectangular area of an image.

best-jquery

PanView

This plugin allows your visitors view details of a big image and move around with the mouse.

best-jquery

s3 Slider

This is an easy way to add a good looking image slideshows with text flyin to your website.

best-jquery

Lightbox Plus

Wordpress is so popular and its huge free community have put forward several plugins that provide Lightbox style functionality. Lightbox Plus is a plugin that implements Lightbox JS by Lokesh Dhakar (see above). Lightbox Plus is used to create overlay display images on the web-page and to automatically add the correct overlay links to images.

lightwindow

Shadowbox

Shadowbox is an online media viewer application that supports all of the web’s most popular media publishing formats. Shadowbox is written entirely in JavaScript and CSS and is highly customizable. Using Shadowbox, website authors can showcase a wide assortment of media in all major browsers without navigating users away from the linking page. Can run alone but also has an adapter for jQuery and other frameworks.

shadowbox

Image Cross Fade Transition

Image rollovers were the staple JavaScript nugget of the 90s, and for a lot of JavaScript developers I know, one of the starting places their passion for JavaScript. Today, rollovers are a no-brainer – either in CSS or with the simplest of JavaScript:

$(function () {
  $('img.swap').hover(function () {
    this.src = 'images/sad.jpg';
  }, function () {
    this.src = 'images/happy.jpg';
  });
});

View the working example and the source

image-cross-fade-transition

Scrollable

Scrollable is useful jQuery plug-in for creating scrollable content. Scrollable items can contain any HTML. You can make items scroll horizontally or vertically and choose how many items are visible at once.

javascript-frameworks

jQuery Infinite Carousel

This tutorial will walk through the fundamentals of recreating the effect carousel used on the Apple Mac ads page

javascript-frameworks

Image Loading

This tutorial will show how to load images in the background, and once loaded handle the event and create your own response. Try Demo | View Code

javascript-frameworks

Creating a polaroid photo viewer with CSS3 and jQuery

This example is making use of CSS3 and jQuery. It really shows the effect when combining two powerful techniques. The CSS3 is injected by jQuery, keeping the CSS file clean. The result is nice looking polaroidsthat you can drag around on the page…cool!

polaroid_photo_viewer

Related posts

  1. 35+ Create Amazing Image Effects and Sliders with These Awesome jQuery Plugins JavaScript frameworks like jQuery, prototype (and script.aculo.us), Dojo and...
  2. 15+ jQuery Plugins to Create Stunning Image Zoom Effects jQuery is amazing and you can find plugins to...
  3. 5 New jQuery Plugins I bet You have not seen before jQuery is very popular and there’s a lot of...
  4. 45+ Incredible jQuery Plugins Making Images more Dynamic and Elegant This article will introduce you to more than 45...
  5. 15 jQuery Plugins You will find useful in 2010 2009 was the year I started tripwire magazine. It...

Please subscribe to tripwire magazines rss feed

Please remember to share this post!

DiggThis
Delicious

15 Comments For This Post

  1. Webstandard-Team Says:

    Very nice jQuery-Collection, but if you are interested in more jQuery, you don’t have to miss the following two articles: “Creative Image-Galleries by jQuery” or “Webdesign inspired by jQuery and Twitter”!

  2. Ed Says:

    Another jquery carousel plugin is http://www.agilecarousel.com. I’m working on the next version. Any feedback would be great.

  3. Phaoloo Says:

    Great collection!

  4. Jackson Says:

    Cool article, but you might want to mention which of these plugins are actually commercial products.

    I read all about the usage and features and options of one package, and then realized at the very end that it was a commercial jQuery solution, requiring $22.00 to $55.00

    (I’m not complaining, just suggesting)

    Thanks again!

  5. tripwiremag Says:

    @Jackson, I could only agree with you it should have been more clear to avoid anyone getting in that situation! What solution did you like? There may be a free alternative out there so please share.

  6. Aneslin Says:

    Thanks a lot for this bunch of jquery tips.
    i tried some of these, but that image zoom things are bit new to me, need to play with it.
    thx again mate

  7. math Says:

    Thx for this list

  8. hasfa Says:

    Congratulation!! I think ur collection of image effect script is so wonderful. I must try and tell my group about this. Thanks guys. U’ve make a god job.

  9. tripwiremag Says:

    @hasfa, thanks for the feedback.

  10. Justin Ryan Says:

    I just wanted to point out that Highslide is not a jQuery plugin. It is written in JavaScript, but is independent of any framework.

  11. tripwiremag Says:

    @Justin Ryan, thanks for your input. I double checked and It’s true. Still it is a brilliant solution so I will leave it in the article.

  12. neel Says:

    Nice list of good jquery image galleries

  13. kilian güntner Says:

    Great list, thanks!

  14. wespai Says:

    thx collect some to

    ajax.wespai.com

  15. swapnil Says:

    This is really cool collection of jquery libraries, thanks for sharing such great knowledge.

20 Trackbacks For This Post

  1. Posts about plugins as of July 28, 2009 | All About WordPress Says:

    [...] even remember. Don’t let them destroy you&#44&#32&#111r get the best of you. 25+ Create Amazing Image &#69&#102&#102ects with Some of the Best jQuery Plugins Availabl&#101&#32– tripwirema&#103&#97&#122ine.com 07/28/2009 JavaScript frameworks like jQu&#101&#114&#121 [...]

  2. 25+ Create Amazing Image Effects with Some of the Best jQuery Plugins Available | tripwire magazine « Netcrema - creme de la social news via digg + delicious + stumpleupon + reddit Says:

    [...] 25+ Create Amazing Image Effects with Some of the Best jQuery Plugins Available | tripwire magazin…tripwiremagazine.com [...]

  3. 25+ Create Amazing Image Effects with Some of the Best jQuery Plugins Available | bllogger Says:

    [...] the original here: 25+ Create Amazing Image Effects with Some of the Best jQuery Plugins Available internet [...]

  4. 25+ Create Amazing Image Effects with Some of the Best jQuery Plugins Available | tripwire magazine | Squico Says:

    [...] In: JQuery plugins 28 Jul 2009 Go to Source [...]

  5. popurls.com // popular today Says:

    popurls.com // popular today…

    story has entered the popular today section on popurls.com…

  6. All Teched Up « Caintech.co.uk Says:

    [...] 22 Free Fonts To Achieve That Hand Drawn Effect Web Design Tutori E-Commerce Icons Collection 25+ Create Amazing Image Effects with Some of the Best jQuery Plugi Why People Use Twitter – eMarketer Text Blocks Over Image CSS-Tricks 68KB Add to Cart [...]

  7. 25+ Create Amazing Image Effects with Some of the Best jQuery … | www.kotihost.com Says:

    [...] link: 25+ Create Amazing Image Effects with Some of the Best jQuery … Share and [...]

  8. [JAVASCRIPT] 25+ Create Amazing Image Effects with Some of the Best jQuery Plugins Available – ????????jQuery????? - mBlog Says:

    [...] 25+ Create Amazing Image Effects with Some of the Best jQuery Plugins Available [...]

  9. links for 2009-07-28 « Mandarine Says:

    [...] 25+ Create Amazing Image Effects with Some of the Best jQuery Plugins Available (tags: jquery plugin images gallery) [...]

  10. Linkjes voor July 28th tot July 29th Says:

    [...] 25+ Create Amazing Image Effects with Some of the Best jQuery Plugins Available | tripwire… [ jquery gallery webdev slideshow javascript lightbox ajax ] [...]

  11. 75+ Excellent Collection of Tutorials, Inspirations And Resources For Designers To Discover The Best Of The Web In July @ SmashingApps Says:

    [...] ””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””” 25+ Create Amazing Image Effects with Some of the Best jQuery Plugins Available [...]

  12. OmniDownloads | 75+ Excellent Collection of Tutorials, Inspirations And Resources For Designers To Discover The Best Of The Web In July Says:

    [...] ””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””” 25+ Create Amazing Image Effects with Some of the Best jQuery Plugins Available [...]

  13. 75+ Excellent Collection of Tutorials, Inspirations And Resources For Designers To Discover The Best Of The Web In July - Programming Blog Says:

    [...] ””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””” 25+ Create Amazing Image Effects with Some of the Best jQuery Plugins Available [...]

  14. 25+ Create Amazing Image Effects with Some of the Best jQuery Plugins Available | tripwire magazine Says:

    [...] Here is the original post: 25+ Create Amazing Image Effects with Some of the Best jQuery Plugins Available | tripwire magazin… [...]

  15. CSS Brigit | 25+ Create Amazing Image Effects with Some of the Best jQuery Plugins Available Says:

    25+ Create Amazing Image Effects with Some of the Best jQuery Plugins Available…

    This article will introduce you to more than 25 jQuery plugins providing enhancements to how you can display images on your web pages. This is essential for creating dynamic state of the art web solutions

  16. ??????? » [Web] ???? Says:

    [...] 25+ Create Amazing Image Effects with Some of the Best jQuery Plugins Available [...]

  17. Twitter Trackbacks for 25+ Create Amazing Image Effects with Some of the Best jQuery Plugins Available | tripwire magazine [tripwiremagazine.com] on Topsy.com Says:

    [...] 25+ Create Amazing Image Effects with Some of the Best jQuery Plugins Available | tripwire magazin… http://www.tripwiremagazine.com/tools/tools/25-create-amazing-image-effects-with-some-of-the-best-jquery-plugins-available.html – view page – cached Quantcast #RSS 2.0 tripwire magazine » 25+ Create Amazing Image Effects with Some of the Best jQuery Plugins Available Comments Feed tripwire magazine Auto-Twitter your Blog Posts with Twitterfeed A Bunch of Great User Links from July 26-27th [User Link:Great Examples of The Use Of Depth Of Field] NextGEN Gallery RSS Feed — From the page [...]

  18. Magento Entwicklerhandbuch, FCKeditor 3.0 und Magie mit jQuery - fckeditor 3,ckeditor,magento,jquery,wordpress - Guido Mühlwitz Says:

    [...] 25+ Create Amazing Image Effects with Some of the Best jQuery Plugins Available Mit jQuery lassen sich nicht nur interessante Bild-Effekte erreichen, auch Bild-Manipulation in einem Backoffice ist mit diesem Plugin kein Problem mehr. [...]

  19. 25+ Create Amazing Image Effects with Some of the Best jQuery Plugins Available | tripwire magazine | My Web Development Bookmarks Says:

    [...] Go here to read the rest: 25+ Create Amazing Image Effects with Some of the Best jQuery Plugins Available | tripwire magazin… [...]

  20. Ikkyblog » 25 visually appealing jQuery plugins. Says:

    [...] 25 jQuery Plugins [...]

Leave a Reply