Skip to content

Instantly share code, notes, and snippets.

@starwels
Created March 25, 2019 20:02
Show Gist options
  • Save starwels/6352240b25ab02eba52cf767184ede8f to your computer and use it in GitHub Desktop.
Save starwels/6352240b25ab02eba52cf767184ede8f to your computer and use it in GitHub Desktop.
Event delegation
$(document).on('turbolinks:load',function() {
employees_table_list();
}).on('ajax:success', '#employee-form', function(){
employees_table_list();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment