zoltantothcom / showcase-jquery-plugin

A jQuery plugin to showcase your work with corresponding technologies and tools used for each item.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Showcase

A jQuery plugin to showcase your work with corresponding technologies and tools used for each item.

Demo

For a quick demo you can visit my portfolio page.

Usage

Showcase depends on jQuery. Include them both in your page:

<script src="correct/path/to/jquery.min.js"></script>
<script src="correct/path/to/jquery.showcase.min.js"></script>

Initialize the plugin:

$(function() {
    $(".tags").showcase({ 'delay' : 3000 });
});

Options

  • delay (default: 2000) - delay between the transitions in milliseconds.

  • itemClass (default: .items) - CSS class of the container for the project tiles.

  • tagClass (default: .tags) - CSS class of the container for the list of tools or technologies.

  • hoverClass (default: .ahover) - CSS class for the highlighted tools or technologies.

Version

1.0

License

MIT

About

A jQuery plugin to showcase your work with corresponding technologies and tools used for each item.

License:MIT License


Languages

Language:JavaScript 51.3%Language:HTML 36.9%Language:CSS 11.7%