I have a problem in a form where I do some jquery validations. If a specific input field is not filled out, it should disable a \"step forward\" button by adding a disabled attr
Change it to use prop() instead.
prop()
$('.btn-move-forward').prop("disabled", true)