Inserting HTML input tag
-
Hi!
I’m trying to insert an input tag in the content. The plugin keeps all the html, ignoring the input tag only.
This is a piece of my code for creating a CSS accordion:<div class="tab"><input type="checkbox" id="chck4" /> <label class="tab-label stilabel" for="chck4"></div>
The plugin only keeps this:
<div class="tab"> <label class="tab-label stilabel" for="chck4"></div>
Greetings,
Javier.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Inserting HTML input tag’ is closed to new replies.