I get this type of error "$(...).infinitescroll is not a function" in error console of Firefox - which is very similar to this site: https://github.com/davialexandre/yiinfinite-scroll/issues/3
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
- Using similar_text and strpos together
Change these lines:
to these:
It solves the problem. I still can't figure it out the reason.