jQuery(document).ready(function(){ jQuery("#features input").click(function(){ jQuery("#features form").submit(); }); });