%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 : |
Support ======= If you have any questions on how to implement the plugin, please [ask your question on stackoverflow](https://stackoverflow.com/questions/ask?tags=jquery-ias) and tag it with `jquery-ias`. If you have found a bug please [report those to Github](https://github.com/webcreate/infinite-ajax-scroll/issues). FAQ === Below are some of the most frequently asked questions. ### Next page is loaded too early. How can I fix this? This might happen if your container contains images with a non-fixed height. Try to set the height attribute on your images, or initialize Infinite AJAX Scroll after the images have loaded. ### Uncaught Error: Syntax error, unrecognized expression This might happen if there is content (most of the time whitespace) before the `!DOCTYPE` tag. Make sure there is no whitespace before the `<!DOCTYPE>` tag. ### My javascript events don't work anymore after a new page is loaded Javascript event listeners have to be reinitialized for newly loaded items. You can use the [`rendered`](events.html#rendered) event for this just like how you would use the `$(document).ready()` event.