Template:Team:UC Davis/KO3D
From 2013.igem.org
(Difference between revisions)
Line 261: | Line 261: | ||
have_3d_data = false; | have_3d_data = false; | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
+ | var dataMax = $('#mutantwidget .dataMax').text(); | ||
+ | if (dataMax.length == 0) | ||
+ | { dataMax = 6000; } | ||
+ | |||
$("#mutantwidget").append('<div id="mw_selectmenu"/>'); | $("#mutantwidget").append('<div id="mw_selectmenu"/>'); | ||
$("#mutantwidget").append('<div id="mw_optionsmenu"><table id="mw_optionstable"></table></div>'); | $("#mutantwidget").append('<div id="mw_optionsmenu"><table id="mw_optionstable"></table></div>'); | ||
Line 291: | Line 295: | ||
$('#mutantwidget').append("<div class='yaxis'>Fluorescence/OD</div>"); | $('#mutantwidget').append("<div class='yaxis'>Fluorescence/OD</div>"); | ||
$('#mutantwidget').append("<div class='xaxis'>Theophylline (mM)</div>"); | $('#mutantwidget').append("<div class='xaxis'>Theophylline (mM)</div>"); | ||
- | |||
- | |||
- | |||
- | |||
$('#mw_selectmenu td').mouseover(function() | $('#mw_selectmenu td').mouseover(function() |
Revision as of 07:31, 26 October 2013