Team:St Pauls London

From 2013hs.igem.org

(Difference between revisions)
Line 150: Line 150:
<html>
<html>
   <head>
   <head>
-
     <script type="text/javascript" src="http://jqueryjs.googlecode.com/files/jquery-1.3.2.js"></script>
+
     // Include jQuery
 +
function wfIncludeJQuery() {
 +
        global $wgOut;
 +
        $wgOut->includeJQuery();
 +
}
 +
$wgExtensionFunctions[] = 'wfIncludeJQuery';
      
      
     <!-- FIRST BUTTON -->
     <!-- FIRST BUTTON -->

Revision as of 19:00, 28 March 2013

// Include jQuery function wfIncludeJQuery() { global $wgOut; $wgOut->includeJQuery(); } $wgExtensionFunctions[] = 'wfIncludeJQuery';