jquery.ui.combify icon indicating copy to clipboard operation
jquery.ui.combify copied to clipboard

How do we attach event listeners?

Open adamthedeveloper opened this issue 6 years ago • 2 comments

I don't see a proper way to attach listeners in your README. I tried adding an onchange event to the hidden input ID, but the change event I add doesn't seem to get triggered. I also tried:

$(document).on('change', '#hidden_input_id', function() {alert("I CHANGED");});

But the change event is never fired. Suggestions?

adamthedeveloper avatar Feb 07 '18 17:02 adamthedeveloper