Team:UIUC-Illinois/Notebook/MeetingNotes

From 2012.igem.org

(Difference between revisions)
Line 16: Line 16:
$(document).ready(function(){
$(document).ready(function(){
-
     $('a').click(function () {
+
     $('a').onClick(function () {
         var divname= this.name;
         var divname= this.name;
         $("#"+divname)
         $("#"+divname)
Line 58: Line 58:
<option><li><a name="meet24" >6/12/12</a></li></option>
<option><li><a name="meet24" >6/12/12</a></li></option>
</select></center>
</select></center>
-
<center><input type="button" onClick="location=document.notebookpage.page.options[document.notebookpage.page.selectedIndex].value;" value="GO"></center>
+
<center><input type="button" onClick="<script>
 +
 
 +
$(document).ready(function(){
 +
    $('a').onClick(function () {
 +
        var divname= this.name;
 +
        $("#"+divname)
 +
.fadeIn(300)
 +
.siblings()
 +
.hide(0);
 +
    });
 +
});
 +
 
 +
</script>" value="GO"></center>
             </div>
             </div>

Revision as of 20:06, 15 June 2012

Header

Protocols

Select Date


" value="GO">

UIUC Meeeting Notes

Select date to read respective meeting notes.