Posts by Uilquer Broiano • 1 point
1 post
-
0
votes2
answers18567
viewsA: Pick select selected (only picking first value)
This will select what is clicked $(document).ready(function () { // get estado //variaveis{ var estado = $('select'); //variaveis} estado.change(function () { console.log(estado.val()); }); //final…