Primary Identifier | MGI:6453872 | Allele Type | Targeted |
Attribute String | Epitope tag, Inserted expressed sequence | Gene | Col1a1 |
Transmission | Germline | Strain of Origin | (C57BL/6 x 129S4/SvJae)F1 |
Is Recombinase | false | Is Wild Type | false |
molecularNote | Using RMCE (recombinase-mediated cassette exchange) with the
function showMoreInlineList(listDiv) {
jQuery(listDiv + ' ul li').each(function(index) {
if (!jQuery(this).is(":visible")) {
jQuery(this).show();
}
});
jQuery(listDiv + ' ul li.show-more').hide();
}
function applyShowMoreInlineList(listDiv, listLength) {
jQuery(listDiv + ' ul li').each(function(index) {
listLength -= jQuery(this).text().length;
if (listLength <= 0) {
jQuery(this).hide();
}
});
if (listLength <= 0) {
jQuery('', {
'class': 'show-more',
'html': jQuery('', {
'href': '#',
'title': 'Show more items',
'text': 'Show more',
'click': function(e) {
showMoreInlineList(listDiv);
e.preventDefault();
}
})
}).appendTo(listDiv + ' ul');
}
}
|