[jQuery] Re: smoother .animate()?

2008-11-23 Thread bnlps
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 

[jQuery] smoother .animate()?

2008-11-21 Thread bnlps
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

[jQuery] Re: .next() -- huh?

2008-10-15 Thread bnlps
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 > '

[jQuery] .next() -- huh?

2008-10-15 Thread bnlps
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(){}); --

[jQuery] div.hover, only w/ background-settings in IE?

2008-09-18 Thread bnlps
.hover( function(){$(this).fadeTo('slow',1);}, function(){$(this).fadeTo('slow',0.25);} ); }); ... ... love, -bnlps