python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Angular translate toggle button text dynamically
I have this toggle that expands text which i would like to have in two languages. Normally i use | translate and i add the translated text in json files (i18n), but this time it doesn´t work. Could i...
Curiocity
Votes: 0
Answers: 1
Change backround color to oroginal in javascript
<div class="container">
<div class="square extra" id="test"></div>
</div>
var color = document.getElementById('test');
function changeColor()...
Andrew
Votes: 0
Answers: 1
Blazor - toggle gender name/sign
i'm new on Blazor and trying to toggle the gender(Geschlecht) and would like to have the name, or even better the sign as output. That's what i tried:
<p class="mb-0 text-sm text-right"&g...
Zakau
Votes: 0
Answers: 1