Team:Clemson/Team

From 2012.igem.org

(Difference between revisions)
Line 123: Line 123:
   });
   });
-
// NEWSLETTER INPUT
+
-
// global vars
+
-
var searchBox = $("#newsletterInput");
+
-
var searchBoxDefault = "your mail address";
+
-
+
-
//Searchbox show/hide default text if needed
+
-
searchBox.focus(function(){
+
-
if($(this).attr("value") == searchBoxDefault) $(this).attr("value", "");
+
-
});
+
-
searchBox.blur(function(){
+
-
if($(this).attr("value") == "") $(this).attr("value", searchBoxDefault);
+
-
});
+
-
 
+
});
});

Revision as of 20:30, 19 April 2013

CU iGEM

Undergraduate Students



Graduate Student



Advisors