产品介绍
抗体信息
| 应用 | WB |
|---|
| 反应种属 | Human;Rat;Mouse; |
|---|
| 别称 | N/A |
|---|
【仅供科学研究使用】
相关产品:
$(".copy-info").click(function(){
alert('here');
$('#copytext').show();
var info = [];
var specs = [];
var prices = [];
var elms = $('[name=spec]');
for (let i = 0; i < elms.length; i++) {
const elem = elms[i];
specs.push($(elem).attr('spec'))
prices.push('¥'+$(elem).val())
}
info.push(`产品名称: Anti-Ganglioside GM1 hIgM Recombinant Antibody (WO1)`);
info.push('产品货号: YP930063');
info.push('产品规格: ' + specs.join('/'));
info.push('产品价格: ' + prices.join('/'));
info.push('产品链接: ' + location.href);
// pxmu.copy(info.join("\n"))
// navigator.clipboard.writeText(info.join("\n"))
var msg = info.join("\r\n");
$('#copytext').val(msg);
$('#copytext').select();
$('#copytext')[0].setSelectionRange(0, msg.length);
document.execCommand("copy");
$('#copytext').hide();
$(this).hide().siblings('.copy-ok').show();
setTimeout(() => {
$('.copy-ok').hide().siblings('.copy-info').show();
}, 3000);
})
在线客服
- 销售热线:
- 15898894496(同微信)
- 我要留言
- 周一至周五每天9:00-17:00