No products in the cart.
Forum Replies Created
Viewing 1 post (of 1 total)
- AuthorPosts
-
December 5, 2014 at 6:33 am in reply to: Get selected text from a drop-down list (select box) using jQuery #9363
vineet
ParticipantIn sibling case
<a class="uibutton confirm addClient" href="javascript:void(0);">ADD Client</a> <input type="text" placeholder="Enter client name" style="margin: 5px;float: right" class="clientsearch large" /> <select class="mychzn-select clientList"> <option value="">Select Client name....</option> <option value="1">abc</option> </select> /*jQuery*/ $(this).siblings('select').children(':selected').text()
- AuthorPosts
Viewing 1 post (of 1 total)