Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author scribu

    (@scribu)

    That’s because the select element doesn’t exist when you create the binding. It’s created dynamically.

    See https://api.jquery.com/live/

    Thread Starter bleepa

    (@bleepa)

    Considering live is now a deprecated method, I tried to use the .on() method and it that stopped making fields editable i.e. the edit button would not appear.

    jQuery('#status select').on('change', function () { alert('changed'); });

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Front-end Editor] jQuery .change’ is closed to new replies.