r mx=$(window).width(), my=$(window).height(), $k=$('#k');
>
> Also, you set the duration in the wrong place, that should be in the
> second
> argument:http://docs.jquery.com/Effects/animate#paramsdurationeasingcallback
> And why is it 1ms?
>
> On Nov 21, 8:16
Hi, kids --
there's a nice Flash site ... marcecko dot com ( especially, the
window-content-movement, mouse.x/y)
... ported to html/jQ, but couldn't find a way to realise the "smooth
sliding" part while moving; it's f'd, scratchy.
any solutions? or, a Flash-only thing?
thanks!
-B
now, have a
sorry -- it's children() ...
On 15 Okt., 23:17, bnlps <[EMAIL PROTECTED]> wrote:
> hi,
>
> should be simple to say what's wrong ... well -
>
> alert() works, but alerts nothing / empty ... something like 'MOO!' or
> '
hi,
should be simple to say what's wrong ... well -
alert() works, but alerts nothing / empty ... something like 'MOO!' or
'BETA!' would
be great -- what's wrong with code?
--
$("#nav div").hover(function(){alert($
(this).next('span').text());},function(){});
--
.hover(
function(){$(this).fadeTo('slow',1);},
function(){$(this).fadeTo('slow',0.25);}
);
});
...
...
love,
-bnlps
5 matches
Mail list logo