Enable phone call functionality on change event (jQuery)
I'm trying to enable the phone call functionality on change event (HTML <select> tag) so as to reference the appropriate "tel:" value. I run a test on Android (both version 2.2 and 4.0 ) , using the default browser: I did not get the desired effect. Below is my code: HTML <select class="call-us-options"> <option value="">Select a branch:</option> <option value="branch-a">Branch A</option> <option value="branch-b">Branch B</option> <option value="branch-c">Branch C</option> </select> <a class="phone branch-a" href="tel:(22) 2222-222" title="Branch A">Branch A</a> <a class="phone branch-b" href=