Searched refs:onDestroy (Results 1 – 3 of 3) sorted by relevance
/template/parallax/lib/js/ |
H A D | jquery.jcarousel.js | 409 this.onDestroy = t.proxy(function () { 418 …this.carousel().one("destroy.jcarousel", this.onDestroy).on("reloadend.jcarousel scrollend.jcarous… 421 …lcontrol", this.onEvent), this.carousel().off("destroy.jcarousel", this.onDestroy).off("reloadend.… 450 this.onDestroy = t.proxy(function () { 455 …this.carousel().one("destroy.jcarousel", this.onDestroy).on("reloadend.jcarousel", this.onReload).… 458 …this._clear(), this.carousel().off("destroy.jcarousel", this.onDestroy).off("reloadend.jcarousel",… 519 this.onDestroy = t.proxy(function () { 524 …this.carousel().one("destroy.jcarousel", this.onDestroy), this.options("autostart") && this.start() 527 this.stop(), this.carousel().off("destroy.jcarousel", this.onDestroy)
|
H A D | jquery.jcarousel.min.js | 1 …onDestroy=e.proxy(function(){this._destroy(),this.carousel().one("createend.jcarousel",e.proxy(thi…
|
/template/codowik/js/ |
H A D | layout.js | 313 , onDestroy: [] // runs after layout is destroyed property in $.layout 3010 runPluginCallbacks( Instance, $.layout.onDestroy );
|