Trigger JS in custom meta box if a featured image is loaded/exists
I couldn’t find any WP specific event to hook in to. What you can do is set up an observer with a callback to respond to DOM changes using MutationObserver and check if the your featured image has been added in the callback. There’s no support in IE < 11 though, which may be a … Read more