Formularze grawitacyjne głosują w górę lub w dół

[js]
jQuery(document).ready(function($)){
    jQuery('.gf_trigger_submit input').click(function(){
         jQuery(this).parents('form').submit();
    });
});
Arrogant Ape