Hi Alex,

really I had to find a different target, I loaded the pictures from another
directory as they were in :)

Bye Alex

On 2/15/07, Klaus Hartl <[EMAIL PROTECTED]> wrote:

Alex Cook schrieb:
> $(x).bind("load",function() { showAlbum(); });

Just a hint, if you already have a function to reference you don't need
to create another anonymous one:

$(x).bind("load", showAlbum);


-- Klaus

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to