Posts by Profº Rafael Ferreira • 31 points
3 posts
-
0
votes0
answers118
viewsQ: Jquery - Loop a function
Good evening everyone. I am learning a little Jquery and wanted a help. I have the following code: $(document).ready(function(){ $('#btnEnviar').click(function(){ var caminho = ("/uploads/");…
-
0
votes2
answers578
viewsA: Get the optgroup label and option value and display in a div with Jquery
Sergio, thank you very much. I am learning now to do JS and I am inventing certain situations and practice. I even wanted not only the "label" attribute to appear, but the option "value" attribute…
-
3
votes2
answers578
viewsQ: Get the optgroup label and option value and display in a div with Jquery
I have the following code: <select> <optgroup label="fruta"> <option value="banana">banana</option> <option value="uva">uva</option> </optgroup>…