Team:Groningen/TESTPAGE
From 2013.igem.org
(Difference between revisions)
Line 5: | Line 5: | ||
<link rel="stylesheet" href="https://2013.igem.org/Team:Groningen/CSS?action=raw&ctype=text/css" type="text/css" /> | <link rel="stylesheet" href="https://2013.igem.org/Team:Groningen/CSS?action=raw&ctype=text/css" type="text/css" /> | ||
- | + | /* each page with jquery needs to have this line, it will include all the jquery calls. Just include do not change*/ | |
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" ></script> | <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" ></script> | ||
+ | /* This line included jquery from a wikimedia subfolder, there you can make new scripts */ | ||
<script type="text/javascript" src="https://2013.igem.org/Team:Groningen/Scripts/jqueryTest?action=raw&ctype=text/javascript"></script> | <script type="text/javascript" src="https://2013.igem.org/Team:Groningen/Scripts/jqueryTest?action=raw&ctype=text/javascript"></script> | ||
Line 15: | Line 16: | ||
<body> | <body> | ||
- | + | /*This will active the jquery since the script looks for id msgid. */ | |
<div id="msgid"> | <div id="msgid"> | ||
</div> | </div> |
Revision as of 15:57, 18 July 2013
/* each page with jquery needs to have this line, it will include all the jquery calls. Just include do not change*/ /* This line included jquery from a wikimedia subfolder, there you can make new scripts */ /*This will active the jquery since the script looks for id msgid. */
Content