$.preload( '#images img', { find: '.jpg', replace: '_over.jpg' }); same as $('#images img').preload({ find: '.jpg', replace: '_over.jpg' });