/** * jQuery plugin for posting form including file inputs. * * Copyright (c) 2010 - 2011 Ewen Elder * * Licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html * * @author: Ewen Elder * @version: 1.1.1 (2011-07-29) **/ (function ($) { $.fn.iframePostForm = function (options) { var response, returnReponse, element, status = true, iframe; options = $.extend({}, $.fn.iframePostForm.defaults, options); // Add the iframe. if (!$('#' + options.iframeID).length) { $('body').append('