View Single Post
  #4 (permalink)  
Old 06-05-2007, 01:04 PM
needhelp1981 needhelp1981 is offline
Rookie
 
Join Date: Aug 2006
Posts: 3
needhelp1981 is on a distinguished road
The image files only get called if the class is instantiated on the page.

To see exactly what is loading on your page, I suggest using Firefox and installing "Firebug" (http://www.getfirebug.com). It'll allow you to bring up a console and debug javascript, show which files are loading, which ones are taking the longest, etc. It's an invaluable tool.

Reply With Quote