// Actions to show/hide completed statistics on table $("input[name='show_complete']").change(function(){ toggle_entries('complete'); })