$(function() { $('#output').on('click', '#dinamic_element', function(e){ $('#my_form').trigger('submit') }) });