Posts by Ruan • 13 points
2 posts
-
-2
votes1
answer276
viewsQ: How do I download the contents of a div?
Hello! I have on my index: <div class="panel-body"> <div id="teste"></div> </div> and have in a JS file the following: function downloadDiv(filename, elementId, mimeType) {…
-
-2
votes1
answer43
viewsQ: Grab the value of a select and play on js
Hello. Well, I’m learning programming yet, so I’m pretty beginner. I want to get the value selected by the user: <select class="selecionar" id="teste" name="teste"> <option default…