Should work, are you calling the function on DOM ready? <script ..jquery.. > <script ..preload.. > <script type="text/javascript"> $(document).ready(function(){
$.preloadCSSImages(); }); </script> On Oct 29, 5:28 pm, Erik <[EMAIL PROTECTED]> wrote: > I'm getting the following error via FireFox? Error Plugin (also IE > errors): > > $.preloadCssImages is not a function > > I want to preload all of my images. > > I cannot locate the solution. I've tried everything !!! > > Please visit my test page:http://www.naturalskinsolutions.com/test.htm > > Source > files:http://www.naturalskinsolutions.com//src/js/jquery/jquery.min.jshttp://www.naturalskinsolutions.com//src/js/jquery/preloadCssImages.j... > > I've downloaded the most recent versions of the necessary files and > tested full paths in the <head> section and abbreviated paths "/ > src/...... > Still no fix. > > <script src="/src/js/jquery/jquery.min.js" type="text/javascript"></ > script> > <script src="/src/js/jquery/preloadCssImages.jQuery_v4.js" type="text/ > javascript"></script> > > It just doesn't make since for me. > > Any help would be greatly appeciated. > Erik