$(".someImage").load(doSomething);

On Oct 12, 4:26 pm, expresso <dschin...@gmail.com> wrote:
> Did I do this right?  I can't test right now but I think this should
> work:
>
> function doSomething()
>         {
>                 ...
>         }
>
>  (".someImage").load(doSomething()) ;
>
> I want to fire off doSomething() when the image is fully loaded.

Reply via email to