donetyping: function (callback, timeout) { timeout = timeout || 1e3; var timeoutReference, doneTyping = function (el) { if (!timeoutReference) return; timeoutReference = null; callback.call(el); }; return this.each(function (i, el) { var $el = $(el); $el.is(':input') && $el.on('keyup keypress', function (e) { if (e.type == 'keyup' && e.keyCode != 8) return; if (timeoutReference) clearTimeout(timeoutReference); timeoutReference = setTimeout(function () { doneTyping(el); }, timeout); }).on('blur', function () { doneTyping(el); }); }); } }); })(jQuery); $('.ecsc-search-input').donetyping(function () { search_key(); }, 500).focus(function () { var search_key = $.trim($('#q').val()); if (search_key != '') { $('.candidate').show(); } }); $('.candidate').mouseleave(function () { $(this).hide(); }); function searchWord(words) { $('#q').val(words); $('#searchForm').submit(); } function search_key() { var search_key = $.trim($('#q').val()); if (search_key != '') { $.ajax({ type: 'post', dataType: 'json', data: {key: search_key}, url: "/Home/Api/searchKey.html", success: function (data) { if (data.status == 1) { var html = ''; $.each(data.result, function (n, value) { html += '
  • ' + value.keywords + '
    约' + value.goods_num + '个商品
  • '; }); html += '
  • 关闭
  • '; $('#search_list').empty().append(html); $('.candidate').show(); } else { $('#search_list').empty(); } } }); } }
    product

    产品中心

    提供高性能、标准互连零件、定制互连零件与服务

    浏览更多

    产品手册
    21个商品
    <

    1/2

    >
    企业微信 线缆客服 在线客服 人工客服

    输入任意联系方式,我们会在1分钟内联系您!

    X

    01、 请选择您的需要我们协助的内容

  • 业务咨询 *
  • 申请样品 *
  • 技术支持 *
  • 下载 3D *
  • -->

    02、 请填写电话或多个联系方式

  • 手机

  • Q Q

  • 微信

  • 星坤客服经理为您服务!

    (请输入任意联系方式企业将59秒内跟您取得联系)!

    企业视频

    查看更多相关宣传视频

    常见问题

    常见问题整理,快速查看解决方法

    新浪微博

    了解更多产品信息与优惠活动