What elements on the site are written using javaScript?
-
What elements on the site can be written using javaScript? I mean such elements as a carousel, a gallery, a menu, for example, and the like. What elements did you write with it?JavaScript Anonymous, Jul 29, 2020
-
JS can do almost anything. All that he cannot - is due to security requirements. And these are clearly not elements of the displayed interface.Anonymous
-
They write things that cannot be represented by HTML and CSS, as well as things related to privacy.
Of course, variations are possible. For example, in my last job, I was in charge of pure CSS, without any of your JS / JQuery animations.Anonymous
2 Answers
Your Answer
To place the code, please use CodePen or similar tool. Thanks you!