Job Roller: Lazy Load
I recently updated my website to JR 1.7.5 everything seems to functioning as it should but, on previous versions of JR i modified the lazyload to exclude the sidebar:
Code:
jQuery('img:not(.load)').not('div#sidebar img').lazyload({
effect:'fadeIn',
placeholder: jobroller_params.lazyload_placeholder
});
For whatever reason this does not work anymore after I updated. I know longer able to exclude the sidebar from lazy load. I have tried to just disable lazy load all togeather but this screws with the thumbnails images on my job page.
My question is what changed in the new version (1.7.5) and how do I get my code to ignore the sidebar, working again?...or How can I just exclude an entire post catagory from lazy load (preferred option) ?