golden hour
/home/doctorbruno/public_html/targetpg.in/wp-content/themes-backup/twentyeleven/js
⬆️ Go Up
Upload
File/Folder
Size
Actions
html5.js
1.96 KB
Del
OK
showcase.js
489 B
Del
OK
Edit: 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);
Save