yea, forgot about removing the ().  Thanks.

On Oct 12, 9:49 pm, James <james.gp....@gmail.com> wrote:
> $(".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