[jQuery] Image-Load

2009-09-09 Thread binarious
Hey, I have an alert(); in a document.ready function. Sometimes the alert appears after my image on this page is loaded and sometimes it appears before. What can I do, that this javascript-part is really executed AFTER everything is loaded? Greeting from binarious

[jQuery] Image Load and fade in

2009-03-12 Thread James
I have used a tutorial online (jQuery for designers) and have created a image load and fade in after the dom is ready. In firefox 2.0.0 it will not load. I just see the little swirly load image. Is there something wrong with my code? You can see my code at http://idea-labs.com/profile/jamesduffy

[jQuery] Image load causing page refresh

2008-11-03 Thread fshuja
hi, I am creating a plugin for my gallery. I am loading image on click of a thumnail. thumnail's rel attribute contains the url of the larger image. In my pluging i have a method to load the clicked image. LoadSelectedImage = function(){ var src = $('gallery li.on a').attr('rel');