N
N
Nikita Kudinov2017-06-22 16:52:19
css
Nikita Kudinov, 2017-06-22 16:52:19

Why are the elements not showing up in the inspector?

I open the page, by styles only

*{
  margin: 0;
  padding: 0;
}
.hide{
  display: none;
}

there are about 324 lines in the JS code.
the HTML structure is like this:
e4c9ce2b2bfa4b71af40b3711d179886.png
But in the google chrome inspector it only shows up to "result18". Although when viewing the page code, everything is perfect. Also, when calling non-displayed elements, i.e. - result19, result21, result22, they are not called. CTRL + F5 pressed.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Negwereth, 2017-06-22
@Nikita_Kudinov

Tags must be closed.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question