I moved most of my js files into the footer() so they load last to optimise the page without touching the ias plugin code - however doing this breaks the infinite ajax scroll plugin. The bottom of the page reverts back to the numbered pages links.
Has anyone come across this or any thoughts of which js files ias needs to load before its js or how best to move the ias js files? I have tried to put them in the footer() function in the plugin but this doesn't seem to work - I guess there may be a conflict between the footer being defined twice...