Posts by Dauane Dornelas • 1 point
3 posts
-
0
votes2
answers1544
viewsA: How to insert a LI into a UL with Javascript?
I will try to help using such example <h2>frutas</h2> <input type="text" id="frutas" /> <button onclick="adicionar()">Adicionar frutas</button> <br> <ul…
-
-2
votes4
answers6094
viewsA: Side banner that accompanies the scroll
One way is to place the fixed position and set its size from the desired position.
-
0
votes1
answer250
viewsA: Transform HTML Table into Excel
Save the code below with the XLS extension: 1 2 3 4 For export, use the Data URI, which allows adding data or an address. Mount this code and put an id in the table: Page Example th > td {…