pklauzinski / jscroll

An infinite scrolling plugin for jQuery.
http://jscroll.com/
1.11k stars 563 forks source link

Not working in Chrome #31

Closed sanjukandgal closed 10 years ago

sanjukandgal commented 10 years ago

$('#content').jscroll();.... not loading the second page in chrome...

Thanks Sanjay

sanjukandgal commented 10 years ago

solution:

we need to disable the web security setting for google chrome.... "C:\Program Files\Google\Chrome\Application\chrome.exe" --args --disable-web-security It works for me..

Thanks