Team:Harvard/ZF Binding Site Finder
From 2011.igem.org
(Difference between revisions)
Line 60: | Line 60: | ||
</style> | </style> | ||
- | |||
<script type="text/javascript"> | <script type="text/javascript"> | ||
// begin jQuery | // begin jQuery | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
+ | |||
+ | alert("begin"); | ||
// clearForm function | // clearForm function | ||
$(".graytext").click(function() { | $(".graytext").click(function() { | ||
+ | |||
+ | alert("hi!"); | ||
if($(this)[0].defaultValue==$(this).val()) | if($(this)[0].defaultValue==$(this).val()) |
Revision as of 18:49, 8 July 2011
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">