$( 'select', editor.field('license_type').node() ).on(
'change', function () {
Right now my code only checks at the first change, and stops after, how can i make it so that it checks every time the field is edited?
Can you link to the page in question please? What you have above should work continuously, unless the Editor instance is being recreated or the field is being removed and readied.
Answers
Can you link to the page in question please? What you have above should work continuously, unless the Editor instance is being recreated or the field is being removed and readied.
Allan