JQuery how to select the chosen <option> from a form
Advertisements I was wondering how to select only the chosen element of the same class nested within my tag in my HTML: <li> <select class="country"></select> </li> If I use the val() function it returns only the first element, whereas if I use the text() function it returns all the collection hence losing what the user… Read More JQuery how to select the chosen <option> from a form