$(document).ready(function(){ $(".moreveiw").addClass('wow animated fadeIn'); $(".cont-more").click(function(){ $(".cont-more").css('display','block'); }); // $(".cont-more").hide(); // // $(".moreveiw").click(function(){ // // $(".cont-more").fadeIn(); // $(this).hide(); // // }); // // $(".closeveiw").click(function(){ // $(".cont-more").fadeOut(); // $(".moreveiw").show(); // }); });