|
|
|
'
},
position: {
target: $(document.body), // Position it via the document body...
corner: 'center' // ...at the center of the viewport
},
show: {
when: 'click', // Show it on click
solo: true // And hide all other tooltips
},
hide: false,
style: {
width: { max: 350 },
padding: '14px',
border: {
width: 9,
radius: 9,
color: '#666666'
},
name: 'light'
},
api: {
beforeShow: function()
{
// Fade in the modal "blanket" using the defined show speed
$('#qtip-blanket').fadeIn(this.options.show.effect.length);
},
beforeHide: function()
{
// Fade out the modal "blanket" using the defined hide speed
$('#qtip-blanket').fadeOut(this.options.hide.effect.length);
}
}
});
// Create the modal backdrop on document load so all modal tooltips can use it
$('')
.css({
position: 'absolute',
top: $(document).scrollTop(), // Use document scrollTop so it's on-screen even if the window is scrolled
left: 0,
height: $(document).height(), // Span the full document height...
width: '100%', // ...and full width
opacity: 0.7, // Make it slightly transparent
backgroundColor: 'black',
zIndex: 5000 // Make sure the zIndex is below 6000 to keep it below tooltips!
})
.appendTo(document.body) // Append to the document body
.hide(); // Hide it initially
});
|
|
|
|
|
|
您的位置 » 主页
» 行业类别
» Promega Corporation
Promega Corporation
|
|
美国普洛麦格公司(Promega
Corporation)是生物酶、生物技术和分子生物学领域各种产品的制造商。 我们是生命科学行业的领导者,提供创新性解决方案和最先进的技术支持。普洛麦格公司2000种产品帮助全世界的科学家们推进生命科学领域的研究,特别是在基因组学、蛋白质组学、细胞分析学等方面作用尤为明显,另外我们的产品也应用于分子诊断和遗传鉴定等技术领域。公司成立于1978年,总部设在美国威斯康星州麦迪逊市,在15个国家设有分支机构,在全球拥有50多家分销商。我们的产品包括一系列试剂盒和化学试剂,还包括应用于生命科学研究和药物发现领域的整合方案。
|
|
|
|
|