Template:Team:UC Davis/MutantWidget

From 2011.igem.org

(Difference between revisions)
Line 297: Line 297:
                     $('#mw_3dplot').hide();
                     $('#mw_3dplot').hide();
                     $('#mw_plot').show();
                     $('#mw_plot').show();
-
                     $('#yaxis').show();
+
                     $('.yaxis').show();
-
                     $('#xaxis').show();
+
                     $('.xaxis').show();
widget_mode = "2D";
widget_mode = "2D";
             dataseries = [];
             dataseries = [];
Line 331: Line 331:
                     $('#mw_plot').hide();
                     $('#mw_plot').hide();
                     $('#mw_3dplot').show();
                     $('#mw_3dplot').show();
-
                     $('#yaxis').hide();
+
                     $('.yaxis').hide();
-
                     $('#xaxis').hide();
+
                     $('.xaxis').hide();
widget_mode = "3D";
widget_mode = "3D";
update3DPlotMeshes();
update3DPlotMeshes();

Revision as of 09:28, 28 September 2011