/g, " ")) + "&url=" + encodeURIComponent(rLink), "分享至新浪微博", "height=500,width=600,toolbar=no,menubar=no,scrollbars=no, resizable=no,location=no, status=no"); } $(function () { $('.banner').unslider({ arrows: true, fluid: true, dots: true }); $('.areachose').find('a').click(function () { $('.areaname').text($(this).text()); $('.areacode').val($(this).attr('rel')); $('.area').removeClass('open'); }) if ($('.facall').size() == 0) { $('.fac').hide(); } $('.jobcount').text($('.alljob ul li').size()); if ($('#tongji').val() == 1) { $('.tongji').show(); } if ($('.ask-item').length > 5) { $('.ask-handle').show(); $('.askcount').text($('.ask-item').length); $('#askHandle').on('click', function () { $('#askquestion').addClass('open'); $('.ask-handle').hide(); return false; }); } })