I'm currently trying to get a drop down value from a table. The table will have a different value from the drop down in each row. I currently have the calculation working for each row though I would like to get the value or the text from the drop down value that is selected. I currently have something like this:
$(this).find('.dropdown:selected').val()
I was wondering if my syntax is correct.
Any help would be appreciated thanks!