How do I use Ajax to build a dropdown of custom fields based on a post selected in previous dropdown?

In dynamic_dropdown_func(), at the end try echo $event_dates; instead of return $event_dates;.

Also, I’m wondering why you declare global $wpdb; when you don’t seem to use it?