Team:DTU-Denmark/Achievements/Calculator
From 2014.igem.org
(Difference between revisions)
Tbjohannesen (Talk | contribs) |
Tbjohannesen (Talk | contribs) |
||
Line 2: | Line 2: | ||
<html> | <html> | ||
+ | <script> | ||
+ | $(document).ready(function() { | ||
+ | $("#calc-input").trigger("input"); | ||
+ | }); | ||
+ | </script> | ||
<style> | <style> | ||
#PoPScalculator table td { | #PoPScalculator table td { | ||
Line 32: | Line 37: | ||
<div id="PoPScalculator" style="width:800px;position:relative;"> | <div id="PoPScalculator" style="width:800px;position:relative;"> | ||
- | <form onchange = " | + | <form id = "calc-input" onchange = " |
Revision as of 21:14, 17 October 2014