Team:DTU-Denmark/Templates/Standard page begin

From 2011.igem.org

(Difference between revisions)
Line 12: Line 12:
$("li.home a[title]").tooltip();
$("li.home a[title]").tooltip();
</script>
</script>
 +
            <script>
 +
            // execute your scripts when the DOM is ready. this is mostly a good habit
 +
            $(function() {
 +
            // initialize scrollable
 +
            $(".scrollable").scrollable().navigator();
 +
            });
 +
            </script>
 +
     <!-- ie9.js (fixes all Internet Explorer browsers older than ie9) -->
     <!-- ie9.js (fixes all Internet Explorer browsers older than ie9) -->
     <!--[if lt IE 9]>
     <!--[if lt IE 9]>

Revision as of 01:00, 21 September 2011

{{{1}}}