Biomod/2012/TU Dresden/Nanosaurs/Sandbox: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(Replacing page with '<html> <!--Start of javascripts, import jquery libraries--> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> <sc...')
No edit summary
Line 8: Line 8:
$("style").remove();
$("style").remove();
$('head').append('<link rel="stylesheet" href="/skins/monobook/shared.css?164" type="text/css" />');
$('head').append('<link rel="stylesheet" href="/skins/monobook/shared.css?164" type="text/css" />');
$('head').append('<style type="text/css"></style>');
});
});
</script>
</script>

Revision as of 11:15, 6 October 2012

<html> <!--Start of javascripts, import jquery libraries--> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>

<script type"text/javascript"> // Main function that waits for the browser to be ready $(document).ready(function(){ $("style").remove(); $('head').append('<link rel="stylesheet" href="/skins/monobook/shared.css?164" type="text/css" />'); $('head').append('<style type="text/css"></style>'); }); </script>


<body> test </body> </html>