//flip-bg的子元素a(查看详情)带有连接,然后点击父元素,跳转子元素带有的连接 $(".flip-bg").click(function(){ var at=$(".find-more").attr("href"); location.href=at; });