My code:
<script type="text/javascript">
$('#image_div').prepend(
$('<img/>',{}).load(
function(){
$(this).hide().delay(500).fadeIn(1000);
$('#image_div img:first').next().animate({},0,function(){
$(this).remove();
});
}
).attr('src',''+info_elem.find('.info_image').html())
);
</script>
Thanks in advance.
P.S. this is just a small part, I didn't paste the whole code because I think it is unnecessary.

New Topic/Question
Reply


MultiQuote


|