A
A
Alexander2017-08-09 15:12:20
Frontend
Alexander, 2017-08-09 15:12:20

Are there any working plugins for auto-closing JSX markup tags?

Subject. For some reason I can't find one like it.

Answer the question

In order to leave comments, you need to log in

6 answer(s)
L
Lord_Dantes, 2019-04-22
@ItWorld

https://codepen.io/wnrosenberg/pen/BQYoqx

M
ma4t, 2019-03-26
@ma4t

Implemented in JS, even easier with jquery. It's simple, the block with the text below is initially hidden (display: none), when you click on "How to Redeem Code" its child is set to display:block. In jquery it's .fadeIn() , .fadeOut()
Everything is here https://api.jquery.com/

M
MasterMike, 2019-03-26
@MasterMike

https://learn.javascript.ru/behavior

D
Dmitry, 2019-03-26
Chainikov @Dan_Stanly

Great article here: Pure CSS Accordion

L
lagudal, 2019-03-26
@lagudal

depending on the tasks, and if internet explorer support is not needed, it is possible without js - on pure html and css - there is such a details tag -
https://www.w3schools.com/tags/tryit.asp?filename=...

S
Sergey Kutuzov, 2019-03-28
@starhe

Here is the answer to your question
https://starper55plys.ru/css/raskryivayushhiesya-b...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question