How to enable DropDown Select Box when edit button from jquery-tabledit is clicked?
问题 I have a table with a dropdown select box that I want to be disabled by default (for safety purposes). Now, when the edit button from jquery-tabledit is clicked, I want it to be enabled again. How could I achieve so? Whenever "Multiselect JS" is commented it works, but not otherwise. I need "Multiselect JS" so that it shows as a dropdown select box. This is how it looks when "Multiselect JS" is commented: You can find demo code in the accepted answer Here This question is different because it