Started Styling of options Block
Added styling for options block. Realised in order to float select and input next to each other each needed its own DIV. Still need to redo plate available area.
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
function startcalc() {
|
||||
|
||||
jQuery(".input-weightsneeded").val(null);
|
||||
|
||||
//calls inputs to start calculation
|
||||
var weighttolift = jQuery(".input-weight").val();
|
||||
var percentage = jQuery(".input-percentage").val();
|
||||
|
||||
Reference in New Issue
Block a user