/* SEASONS */ $(document).ready(function() { $('.seasons .title').click(function() { $(this).next().toggle('fast'); $(this).find('i').toggleClass('glyphicon-chevron-down glyphicon-chevron-left'); }); $(".seasons .content").hide(); }); /* SEASONS */