$(document).ready(function() { $('._sendConfig').each(function() { $(this).click(function() { $('#sendConfigForm').submit(); return false; }) }); });