window.onerror=function(){return true;} GoMobile(' '); var searchid = 6;
欢迎光临 药商世界医药网 | 请登录 | 免费注册 | 忘记密码?
医药代理
共有代理信息11795条

品牌信息

var cookiename = "jsyzsHH"; var historyp; //设置cookie保存的浏览记录的条数 var N = 10; var count = 0; //判断是否存在cookie if ($.cookie(cookiename) == null) //cookie 不存在 { $("#lateagent").hide(); } else //cookies已经存在 { $("#lateagent").show(); //获取浏览过的商品编号ID historyp = $.cookie(cookiename); var check_result = $('#latestp'); $.getJSON('/Ashx/AjaxUrl.ashx?method=getAgentList', { P_Id: historyp }, function (json) { $.each(json, function (i, info) { check_result.append('
  • ' + info.Title + '
  • '); }); }); } function enterSumbit() { var event = arguments.callee.caller.arguments[0] || window.event; //消除浏览器差异 if (event.keyCode == 13) { indexsearchclick(); } } //搜索 function indexsearchclick() { var k = $(".indexskey").val(); if (k != "输入关键字") { var key = escape(k); window.location.href = "list.html?key=" + key; } else { alert("请输入关键词!") } } //类型选择排序 $(document).ready(function () { $('.fileer_sort li').mousemove(function () { $(this).find('ul').slideDown(10); //you can give it a speed }); $('.fileer_sort li').mouseleave(function () { $(this).find('ul').slideUp("fast"); }); }); // 展开+收起 $(function () { $(".sContentD .filter_box").each(function () { $(this).find(".right").css("height", "auto"); if ($(this).find(".right").height() > 24) { $(this).find(".right").height(24); $(this).append('展开') } }); $(".sealiszsan").click(function () { if ($(this).hasClass("sealiszhank")) { $(this).parents(".filter_box").find(".right").css("height", "auto"); $(this).html("收起").removeClass("sealiszhank").addClass("sealisshouq") } else { $(this).parents(".filter_box").find(".right").css("height", "24px"); $(this).html("展开").removeClass("sealisshouq").addClass("sealiszhank") } }); });
    //选项卡 var cx_a = $(".tab dt a"); cx_a.mouseenter(function () { var $th = $(this); var dd = $th.parents(".tab").children("dd"); var index = $th.index(); $th.addClass("tabIn").siblings().removeClass("tabIn").end(); dd.eq(index).removeClass("hide").siblings("dd").addClass("hide").end(); }); show_task('moduleid=6&html=index'); $(function(){$("img").lazyload();});$('#back2top').click(function() { $("html, body").animate({scrollTop:0}, 200); });