[jQuery] Re: Clickable slideshow not working as expected.

2009-02-01 Thread frederik.r...@gmail.com
When do you call the hover-function? On $(document).ready? To me it looks like the hover won't work because it is never applied to the next photo (as it isn't a current-class when loaded). Maybe it should go like this: function addMyFunctionality() { $('.current img.after').hover(

[jQuery] Re: $(this).ready with images

2009-01-31 Thread frederik.r...@gmail.com
Ok! That's great! Thanks for the explanation!

[jQuery] Re: $(this).ready with images

2009-01-31 Thread frederik.r...@gmail.com
Hi & thanks for the answer, it worked fine this way. Although I understood the documentation in a way that load will only fire if the image still has to loaded. What happens when the image already is in the Browser's cache? Thanks again!

[jQuery] $(this).ready with images

2009-01-31 Thread frederik.r...@gmail.com
Hi! I have the following task: I have a list of images and some of those images have a larger version that I want to display in a popup when clicking on them. As I want to generate those Popup-Links automatically I need to know the size of the large image. I do this by loading the large image int