%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
| Server IP : 14.207.165.8 / Your IP : 216.73.216.26 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/thread-self/root/var/www/html/ppaobm/vendor/webcreate/jquery-ias/ |
Upload File : |
Upgrade from 2.2 to 2.3
=======================
* `noneLeft` event is now triggered one page earlier
* `ready` event is now actually triggered at least once
Upgrade from 2.1 to 2.2
=======================
Specific changes for extensions.
* `extension.bind` is now called during `bind` instead of `initialize`
* `extension.unbind` is added and called during `unbind`
Upgrade from 2.0 to 2.1
=======================
* `render` is now triggered before rendering, use `rendered` when rendering is complete
* `load` is now triggered before loading, use `loaded` when loading is complete
Upgrade from 1.x to 2.0
=======================
* `thresholdMargin` option has been replaced with `negativeMargin`
* `loaderDelay` option has been replaced with `delay`
* `trigger` option has been replaced by the IASTriggerExtensions' `text` option
* `loader` option has been replaced by the IASSpinnerExtensions' `html` option
* `noneleft` option has been replaced by the IASNoneLeftExtensions' `text` option
* `scrollContainer` option has been removed. You can now do: `$('<scrollContainer>').ias({...})`
* `onPageChange` option has been replaced by the IASPagingExtensions' `pageChange` event
* `onLoadItems` option has been replaced by the `load` event
* `onRenderComplete` option has been replaced by the `render` event
* `onScroll` option has been replaced by the `scroll` event
* `customLoaderProc` option has been replaced by the IASSpinnerExtensions `html` option
* `customTriggerProc` option has been replaced by the IASTriggerExtensions `html` option