$(document).ready(function(){ $(".kftt").click(function(){ var b = $("#c_static_001-1677562710027").css("bottom") if(b == "-450px"){ $(this).parents("#c_static_001-1677562710027").animate({bottom:'0px'}); $(this).children().show() }else{ $(this).parents("#c_static_001-1677562710027").animate({bottom:'-450px'}); $(this).children().hide() } }) });