Team:Tsinghua/header

From 2011.igem.org

(Difference between revisions)
Line 41: Line 41:
         try{
         try{
             tip="<div class='tipdiv'>" + $(this).find('.div-tip').innerText() + "</div>";
             tip="<div class='tipdiv'>" + $(this).find('.div-tip').innerText() + "</div>";
 +
            alert(tip);
             $(this).append(tip);
             $(this).append(tip);
             $(this).find('.tipdiv').fadeIn('slow');
             $(this).find('.tipdiv').fadeIn('slow');

Revision as of 16:11, 16 September 2011