Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

jquery read dropdown in table cell

$('#orders').on('change', '.dropdown_select' , function () {
     console.log("value is " + $(this).find(":selected").val());
});
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #jquery #read #dropdown #table #cell
ADD COMMENT
Topic
Name
5+7 =