$('img', '#jq_op')
.each(function (){
$(this).data('op',$(this).css('opacity'));
})
.mouseover(function (){
$(this).animate({opacity: 1}, 500 );
})
.mouseout(function (){
$(this).stop(true,true).animate({opacity: $(this).data('op')}, 500 );
});
|
![]() |
До X осталось:
"); /** * Returns twitter last message * * @param mixed $id ID or Login in Twitter * @return array */