File Manager

Current Path : /webspace/www.babilon.be/html/leguide/wp-content/themes/twentyeleven/js/
Upload File :
Current File : //webspace/www.babilon.be/html/leguide/wp-content/themes/twentyeleven/js/showcase.js

(function($) {
	$(document).ready( function() {
	    $('.feature-slider a').click(function(e) {
	        $('.featured-posts section.featured-post').css({
	            opacity: 0,
	            visibility: 'hidden'
	        });
	        $(this.hash).css({
	            opacity: 1,
	            visibility: 'visible'
	        });
	        $('.feature-slider a').removeClass('active');
	        $(this).addClass('active');
	        e.preventDefault();
	    });
	});
})(jQuery);

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com