(function(e){"use strict";if(typeofexports==="object"){e(require("jquery"))}elseif(typeofdefine==="function"&&define.amd){define(["jquery"],e)}else{e(jQuery)}})(function(e){"use strict";varn=function(e){e=e||"once";if(typeofe!=="string"){thrownewError("The jQuery Once id parameter must be a string")}returne};e.fn.once=function(t){varr="jquery-once-"+n(t);returnthis.filter(function(){returne(this).data(r)!==true}).data(r,true)};e.fn.removeOnce=function(e){returnthis.findOnce(e).removeData("jquery-once-"+n(e))};e.fn.findOnce=function(t){varr="jquery-once-"+n(t);returnthis.filter(function(){returne(this).data(r)===true})}});