Team:Bilkent UNAM Turkey
From 2011.igem.org
(Difference between revisions)
Line 304: | Line 304: | ||
popdiv +="<DIV id=\"subcontent"+i+"\" style=\"position:absolute; visibility: hidden; border: 9px solid black; background-color: white; width: 300px; padding: 8px;\"></DIV>"; | popdiv +="<DIV id=\"subcontent"+i+"\" style=\"position:absolute; visibility: hidden; border: 9px solid black; background-color: white; width: 300px; padding: 8px;\"></DIV>"; | ||
} | } | ||
- | $('.popingProblem').after(popdiv); | + | $('.popingProblem').after(popdiv) |
+ | for(var i=0 ;i<list.length;i++) | ||
+ | dropdowncontent.init(("searchlink"+i), "right-bottom", 500, "mouseover"); | ||
+ | //Call dropdowncontent.init("anchorID", "positionString", glideduration, "revealBehavior") at the end of the page: | ||
$('div').remove('.popingProblem',function(){ | $('div').remove('.popingProblem',function(){ | ||
for(var i=0 ;i<list.length;i++) | for(var i=0 ;i<list.length;i++) |
Revision as of 17:14, 16 September 2011
There is a problem with poping up if you see this note.