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
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
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');
3 matches
Mail list logo