/** * [jQuery-clickout]{@link https://github.com/emn178/jquery-clickout} * * @version 0.1.3 * @author Chen, Yi-Cyuan [emn178@gmail.com] * @copyright Chen, Yi-Cyuan 2015-2017 * @license MIT */ (function(a){var d=a();a.expr[":"]["jquery-clickout"]=function(c){return!!a(c).data("jquery-clickout")};a.event.special.clickout={add:function(c){var b=a(this),e=b.data("jquery-clickout");e||(e=[],b.data("jquery-clickout",e),d=d.add(b));e.push(c.handler)},remove:function(c){var b=a(this).data("jquery-clickout");a.isArray(b)&&(b.splice(b.indexOf(c.handler),1),b.length||a(this).removeData("jquery-clickout"))}};a(document).bind("click touchend",function(c){d=d.filter(":jquery-clickout");d.each(function(b, e){if(e!==c.target&&!a.contains(e,c.target))for(var d=a(e).data("jquery-clickout"),f=0;f