Template:Team:UC Davis/Head

From 2011.igem.org

(Difference between revisions)
Line 9: Line 9:
<script>
<script>
jQuery.noConflict();
jQuery.noConflict();
 +
 +
/*
 +
* jQuery replaceText - v1.1 - 11/21/2009
 +
* http://benalman.com/projects/jquery-replacetext-plugin/
 +
*
 +
* Copyright (c) 2009 "Cowboy" Ben Alman
 +
* Dual licensed under the MIT and GPL licenses.
 +
* http://benalman.com/about/license/
 +
*/
 +
(function($){$.fn.replaceText=function(b,a,c){return this.each(function(){var f=this.firstChild,g,e,d=[];if(f){do{if(f.nodeType===3){g=f.nodeValue;e=g.replace(b,a);if(e!==g){if(!c&&/</.test(e)){$(f).before(e);d.push(f)}else{f.nodeValue=e}}}}while(f=f.nextSibling)}d.length&&$(d).remove()})}})(jQuery);
 +
jQuery.extend(jQuery.easing,
jQuery.extend(jQuery.easing,
{
{
Line 21: Line 32:
}
}
)
)
-
 
-
/*
 
-
* jQuery replaceText - v1.1 - 11/21/2009
 
-
* http://benalman.com/projects/jquery-replacetext-plugin/
 
-
*
 
-
* Copyright (c) 2009 "Cowboy" Ben Alman
 
-
* Dual licensed under the MIT and GPL licenses.
 
-
* http://benalman.com/about/license/
 
-
*/
 
-
(function($){$.fn.replaceText=function(b,a,c){return this.each(function(){var f=this.firstChild,g,e,d=[];if(f){do{if(f.nodeType===3){g=f.nodeValue;e=g.replace(b,a);if(e!==g){if(!c&&/</.test(e)){$(f).before(e);d.push(f)}else{f.nodeValue=e}}}}while(f=f.nextSibling)}d.length&&$(d).remove()})}})(jQuery);
 

Revision as of 00:20, 16 September 2011

Our Sponsors

Start a Family

Got a favorite BioBrick? Check our our process for expanding basic parts into part families.

Criteria

View our judging criteria for iGEM 2011 here.