details.js 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. $(function () {
  2. $('.bdsharebuttonbox a.bds_more').on('click',function(){
  3. setInterval(function(){
  4. $('.bdshare_dialog_box').hide();
  5. },10);
  6. })
  7. //报名验证及提交的调用
  8. PublicAction.AjaxSend(
  9. {
  10. CORID:'apply_submit', /*操作ID*/
  11. }
  12. );
  13. navMouseleave('.m_ift_left_zuoz_img a.y_hove','.m_ift_left_zuoz_img p.y_erweima');//扫描到手机 二维码显示 隐藏
  14. jQuery(".new_lp_box").slide({titCell:".hd ul",mainCell:".bd ul",autoPage:true,effect:"left",autoPlay:true,trigger:"click"});
  15. // 针对资讯详情修改免责声明
  16. var _p ='';
  17. _p += '<p>转载声明:转载品房阁网站原创文字内容和图片,请注明“品房阁”出处和作者。</p>';
  18. _p += '<p>免责声明:出于分享优秀内容之用意,品房阁转载的内容均注明出处和作者,但并不意味着赞同其观点或证实其内容的真实性,如转载内容涉及版权事宜,请联系品房阁删除。</p>';
  19. $('.y_footmzsm').html(_p);
  20. })
  21. function navMouseleave (id,id1){
  22. $(id).on({
  23. mouseover: function() {
  24. $(id1).show();
  25. },
  26. mouseleave: function() {
  27. $(id1).hide();
  28. }
  29. });
  30. }
  31. window._bd_share_config = {
  32. "common": {
  33. "bdSnsKey": {},
  34. "bdText": "",
  35. "bdMini": "2",
  36. "bdMiniList": false,
  37. "bdPic": "",
  38. "bdStyle": "0",
  39. "bdSize": "16"
  40. },
  41. "share": {},
  42. "selectShare": {
  43. "bdContainerClass": null,
  44. "bdSelectMiniList": ["qzone", "tsina", "tqq", "renren", "weixin"],
  45. "bdContainerClass" : "con"
  46. }
  47. };
  48. with(document) 0[(getElementsByTagName('head')[0] || body).appendChild(createElement('script')).src = 'http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion=' + ~(-new Date() / 36e5)];
  49. $(".m_ift_right").scrollFix({
  50. distanceTop:$(".y_news_maintop").outerHeight(),
  51. endPos: '.y_newslist_bottom_m',
  52. zIndex: 10
  53. })