You are not logged in.
Pages: 1
In my module form, I want to change options of one select based on selection of another select. Somehow the change doesn't affect the select element. WHY?
Simple code I wrote is:
var dd=$("select[name='exam_id']");
dd.empty();
dd.append("<option value='test'>Test</option>");
Offline
Pages: 1