Team:AUC TURKEY
From 2013hs.igem.org
(Difference between revisions)
Line 20: | Line 20: | ||
console.log(next); | console.log(next); | ||
console.log(opts); | console.log(opts); | ||
- | $("#links div").html("lol"); | + | $("#links div a").html("lol"); |
- | $("#links:nth-child("+opts.currSlide+")").html("zazazaaza"); | + | $("#links div:nth-child("+opts.currSlide+") a").html("zazazaaza"); |
} | } | ||
$(function() { | $(function() { |
Revision as of 10:48, 16 June 2013