On 28 Apr., 15:39, "Sean Catchpole" <[EMAIL PROTECTED]> wrote:
> Try this:
> $('#pictures').html(...).bind("load",function(){...});
>
I've tried

  $('#pictures').html('<img src=...>').bind ('load', sizeImage);

  function sizeImage() {
    alert ('sizeImage');
  }

The alert is never shown, see http://www.orpatec.ch/gallery4.html

O. Wyss

Reply via email to