Template:Team:HokkaidoU Japan/HumanPractice/script
From 2011.igem.org
(Difference between revisions)
Line 9: | Line 9: | ||
var $footnote = $(data).find('div#contentSub').nextAll('p'); | var $footnote = $(data).find('div#contentSub').nextAll('p'); | ||
$(this).append($footnote); | $(this).append($footnote); | ||
- | console.log($ | + | console.log($(this)); |
- | $('body').append($ | + | $('body').append($box); |
- | $ | + | $box.append($('<span>').addClass('close').addClass('close-btn-32')).lightbox_me({ |
destroyOnClose : true | destroyOnClose : true | ||
}); | }); |
Revision as of 13:21, 5 October 2011