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/

Reply via email to