image load event in 1.4.2 and beyond

image load event in 1.4.2 and beyond

I was wondering if there are any plans to change or improve the way the load event works when handling images

I know the load event doesn't always fire when pulling images from the browser cache, and while there are ways around this (like checking for the complete property, src or natural width), there seems to be some browser inconsistencies that complicate the issue, and nothing that I've found that is just clean and simple

I found some other discussion about image loads from a while back
http://forum.jquery.com/topic/image-load-event-some-progress

I would love to be able to use $('img').load() with the same cross browser confidence as other jQuery events and have it just work magically :-)

hope that makes some sense