I am having a bit of trouble working out when an image has been loaded.
I have been told that the following function will work but it isn\'t doing anything.
try this:
$("#images img:last").one("load",function(){ //do something }
or
$("#images img:last").one("ready",function(){ //do something }