I have the following field on my system:
<div class="col-lg-2 target" id="cread1nd">
<div style="width: 150px;" class="input-group ">
<input type="text" placeholder="00.00" name="cread1" class="form-control" min="0" max="15" />
<div style="background: #E0E1E2;" class="input-group-addon">mEq/L</div>
</div>
</div>
In the second div
that mEq/L
needed a script that when you clicked mEq/L
it only changed the letter to mmol/L
. Could someone help me?