What\'s the easiest way to add an option to a dropdown using jQuery?
option
Will this work?
$(\"#mySelect\").append(\'My
This is the way i did it, with a button to add each select tag.
$(document).on("click","#button",function() { $('#id_table_AddTransactions').append('') }