$(document).ready(function() { $('body').on('change', 'select[name="sCategory"]', function(e) { $(this).closest('form').submit(); });});