Team:Harvard/ZF Binding Site Finder

From 2011.igem.org

(Difference between revisions)
Line 24: Line 24:
}
}
-
.helpfile
+
#helpfile
{
{
     display: none;
     display: none;
Line 292: Line 292:
// toggle help display
// toggle help display
-
$(".showhelp").click(function(){
+
$("#showhelp").click(function(){
     alert("hi");
     alert("hi");
-
     $(".helpfile").slideToggle("slow");
+
     $("#helpfile").slideToggle("slow");
   });
   });
});
});
Line 338: Line 338:
</table>
</table>
</form>
</form>
-
<div class="showhelp">How do I use this tool? (Click to toggle help)</div>
+
<div id="showhelp">How do I use this tool? (Click to toggle help)</div>
-
<div class="helpfile">Blah</div>
+
<div id="helpfile">Blah</div>
<br />
<br />
<div id="results"></div>
<div id="results"></div>

Revision as of 15:57, 12 August 2011

bar

Zinc Finger Binding Site Finder

Zinc Finger Binding Site Finder

by Justin Chew

Bottom Zinc Finger Array:
Top Zinc Finger Array:
Nucleotide Gap:

 
How do I use this tool? (Click to toggle help)
Blah