A repository of over 1000 quality jQuery plugins

jQuery jQuery Threesixty

jQuery Threesixty is a jQuery Rounded Edges plugin.

Created by Sstrogoff

Make your images go round!

Not what you're looking for? Click here to view more Rounded Edges jQuery plugins

Jquery Threesixty

Make your images go round!

Description

Based on mahonnaise's cyclotron and inspired by jackmoore's colorbox, this is a jQuery that builds a 360° interactive gallery-like presentation of your images.

Usage

  1. Make sure you've linked jQuery and threesixty files:

    <script src="/path/to/jquery-threesixty.js" type="text/javascript"></script>
    <link rel="stylesheet" type="text/css" href="/path/to/jquery-threesixty.css">
  2. Make an anchor to your image with the class threesixty:

    <a class="threesixty" href="/path/to/image">Link</a>
  3. Add to your script:

    $(document).ready(function ($) {
        $('.threesixty').threesixty();
    });
  4. Profit!

License

GPL



You might also like these other Rounded Edges jQuery Plugins

License:

GNU GENERAL PUBLIC LICENSE