Is there a way in jQuery to create and submit a form on the fly.
Something like below.
Title Text Goe
Like Purmou, but removing the form when submit will done.
$(function() { $('').appendTo('body').submit().remove(); });