Team:Bilkent UNAM Turkey
From 2011.igem.org
(Difference between revisions)
m |
m |
||
Line 296: | Line 296: | ||
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++) | for(var i=0 ;i<list.length;i++) | ||
dropdowncontent.init(("searchlink"+i), "right-bottom", 500, "mouseover"); | dropdowncontent.init(("searchlink"+i), "right-bottom", 500, "mouseover"); | ||
//Call dropdowncontent.init("anchorID", "positionString", glideduration, "revealBehavior") at the end of the page: | //Call dropdowncontent.init("anchorID", "positionString", glideduration, "revealBehavior") at the end of the page: | ||
- | + | $('.popingProblem').remove(function(){ | |
- | $('.popingProblem').remove(); | + | 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:}); | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 12:29, 16 September 2011
There is a problem with poping up if you see this note.