Ich muss zuerst die Eingaben deaktivieren und dann auf einen Link klicken, um sie zu aktivieren. Das habe ich bisher versucht, aber es funktioniert nicht. HTML: <input type="text" disabled="disabled" class="inputDisabled" value=""> jQuery: $("#edit").click(function(event){ event.preventDefault(); $('.inputDisabled').removeAttr("disabled") }); Das zeigt mir trueund dann falseändert sich aber nichts an den Eingaben: $("#edit").click(function(event){ alert(''); …
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.