+ 4
Help me plizz
How to make sure that when a word is correctly entered for example TEST, the function - display block was executed
25 ответов
+ 3
I want that when you press the right word, enter the display block #box and that it does not disappear to write more ..
+ 3
I try to explain:
1) I want that when typing / lobby for example my box from display: none turns into display: block, so that it remains (1 application)
html
div id = box
css
box {
height: 100px;
width: 100px:
background: red;
display: none ;
+ 3
yes yes ! thank you
+ 3
thanks you to much!
+ 3
I'm just Russian I can not tell you exactly in English
+ 3
yes thank you to much
+ 2
I do not understand you, please show this in the code
+ 2
and save pl
+ 2
press enter TEST and so that it does not disappear after entering
+ 2
sorry, i m don't undersyand you thanks for you message and answer
+ 2
no ( thanks for answer
+ 2
input true word and display:block;
+ 2
I can make for example that when you click on Box it turns display: none and I want the same thing only through input
+ 2
yes , my translate don't correct?
+ 1
setting style.display attribute of your element to "block"
+ 1
oTARANo What?
+ 1
oTARANo My code its for show you as modify display style attribute dynamically and i will remove it soon
+ 1
oTARANo I have updated my code... Can you see it and tell me if this is your intended behaviour?
+ 1
oTARANo 👍👍👍.
But you have understanded how it works?