Team:DTU-Denmark/sysucolortest

From 2014.igem.org

(Difference between revisions)
Line 12: Line 12:
$(document).ready(function(){
$(document).ready(function(){
     $('.scrollable').each(function() {
     $('.scrollable').each(function() {
-
         var target = $(this).attr("href").match(/#(.)+$/);
+
         var target = $(this).attr("href").match(/#(.)+/);
         alert(target);
         alert(target);
     });
     });

Revision as of 09:36, 17 October 2014

MOVED to template_css