This is the appearance of my Button:
<input class="btn btn-outline-primary" id="dashboard" value="Zurück" onclick="doStuff();">
It's just your typical Bootstrap styling. However, things take a strange turn when I click the button and change its value.
$("#dashboard").val("Lehrer-Login");
That's all I did. How can I prevent it from being editable?