jQuery(document).ready(function() { custom_switch_merchants() ; }) ; function custom_switch_merchants() { $('#switch-merchant select').change(function() { $('#switch-merchant form').submit() ; }) ; }