Grab the feed

School is a twelve-year jail sentence where bad habits are the only curriculum truly learned.

John Taylor Gatto

Recent comments

JQUERY AND IE HELP NEEDED

Hi,

i was wondering if anyone could help.

$(document).ready(function(){
$('#thumbnails2 a').click(function(){
$(this).children('img').effect("transfer", { to: "#bigimage" },500, function() {
$('#bigimage').attr('src', $(this).parent().attr('href'));
});
$('.ui-effects-transfer').css('background-image','url('+$(this).attr('href')+')');
return false;
});
});

this code works perfectly in mozilla and safari, however it doesn't work in ie. it redirects to a blank page with only the picture that was clicked on it..

Add your comment