%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 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/11585/cwd/html/ppaobm/vendor/webcreate/jquery-ias/doc/ |
Upload File : |
Installation ============ ### Manual 1) Download [jquery-ias.min.js](https://infiniteajaxscroll.com/download.html). 2) Copy `jquery-ias.min.js` into your web directory 4) Add jQuery. To do so, paste the following code before the line with "`</head>`": <script src="//ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> 5) Paste the following code before the line with "`</head>`": <script src="path-to-web/jquery-ias.min.js" type="text/javascript"></script> 6) Continue to [Getting Started](getting-started.html). ### Using Bower It is possible to install Infinite AJAX Scroll using Bower. Only caveat is that the javascript files won't be minified. 1) Type the following on the command line: `bower install infinite-ajax-scroll --save` 2) Paste the following code before the line with "`</head>`": <script src="bower_components/jquery/jquery.min.js" type="text/javascript"></script> <script src="bower_components/jquery-ias/src/callbacks.js" type="text/javascript"></script> <script src="bower_components/jquery-ias/src/jquery-ias.js" type="text/javascript"></script> 3) Continue to [Getting Started](getting-started.html).