I\'m using JQuery from Google CDN and I\'ve been getting stack overflow error (using IE8) at lines 12 (for the min file) and 1076 (for the uncompressed one). The JQuery code at
You are calling $("#newcmpgn").submit(); inside the submit function.
$("#newcmpgn").submit();
That looks recursive to me!