Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

create a form and submit it dynamically jquery

$(function() {
   $('<form action="form2.html"></form>').appendTo('body').submit().remove();
});
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #create #form #submit #dynamically #jquery
ADD COMMENT
Topic
Name
8+4 =