Getting Error “Form submission canceled because the form is not connected”
问题 I have an old website with JQuery 1.7 which works correctly till two days ago. Suddenly some of my buttons do not work anymore and, after clicking on them, I get this warning in the console: Form submission canceled because the form is not connected The code behind the click is something like this: this.handleExcelExporter = function(href, cols) { var form = $(\'<form method=\"post\"><input type=\"submit\" /><input type=\"hidden\" name=\"layout\" /></form>\').attr(\'action\', href); $(\'input