jQuery(function(){ var link = $("a[href=#view_all]"); link.bind("click",function(x){ x.preventDefault(); $(".newsoffer_blocco").find(".newsoffer_abstract_excerpt").show(); $(".newsoffer_blocco, .rooms-blocco").find(".hide_contents, div").slideUp("100"); $(this).parents(".newsoffer_blocco").find(".newsoffer_abstract_excerpt").hide(); $(this).parents(".newsoffer_blocco, .rooms-blocco").find(".hide_contents, div").show(); }) })