Team:DTU-Denmark/Templates/Standard page begin

From 2011.igem.org

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

Revision as of 01:11, 21 September 2011

{{{1}}}