(function(b){b.fn.iframePostForm=function(a){var c,e,d;e=b(this);a=b.extend({},b.fn.iframePostForm.defaults,a);b("#"+a.iframeID).length||b("body").append('<iframe name="'+a.iframeID+'" id="'+a.iframeID+'" style="display:none"></iframe>');return e.each(function(){d=b(this);d.attr("target",a.iframeID);d.submit(function(){a.post.apply(this);n=b("#"+a.iframeID);n.load(function(){c=n.contents().find("body");a.complete.apply(this,[c.html()]);setTimeout(function(){c.html("")},1)})})})};b.fn.iframePostForm.defaults=
{iframeID:"iframe-post-form",post:function(){},complete:function(a){}}})(jQuery);
