$(document).ready(function() { console.log('Document is ready!'); $('#filter-limiter').on('change', () => { $('#filter-form').submit(); }); });