/[web]/blog/theme/mageiaorg/js/showcase.js
ViewVC logotype

Contents of /blog/theme/mageiaorg/js/showcase.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 807 - (show annotations) (download) (as text)
Thu Jul 28 18:30:51 2011 UTC (12 years, 8 months ago) by dams
File MIME type: application/javascript
File size: 473 byte(s)
Add 'mageiaorg' theme
1 (function($) {
2 $(document).ready( function() {
3 $('.feature-slider a').click(function(e) {
4 $('.featured-posts section.featured-post').css({
5 opacity: 0,
6 visibility: 'hidden'
7 });
8 $(this.hash).css({
9 opacity: 1,
10 visibility: 'visible'
11 });
12 $('.feature-slider a').removeClass('active');
13 $(this).addClass('active');
14 e.preventDefault();
15 });
16 });
17 })(jQuery);

  ViewVC Help
Powered by ViewVC 1.1.30