$(document).on('click', function() {
    $(document).ready(function() {
        $('#flow').change(function() {
            // Grab the value selected
            selection = this.value;