[jQuery] Satellite for jquery, does it already exist?

2006-11-09 Thread Daniel Ruiz
I would like to do something like Satellite(tm) 1.0 (an online application for displaying a gallery of images remotely from your flickr.com account) [http://design.tedforbes.com/] but with jquery rather than prototype. Has this been done already? If so can someone send me the url. Thx Daniel

[jQuery] toggle doing strange things in IE 6 with jquery 1.02

2006-10-25 Thread Daniel Ruiz
I think I just found a bug with the latest release of jquery (1.02) in IE 6.0. The contents of my top navigation, which I use jquery to hide and show, now don't always show up in IE. The links are still there but I can't see them or even highlight them but the hand cursor shows up and I

Re: [jQuery] toggle doing strange things in IE 6 with jquery 1.02

2006-10-25 Thread Daniel Ruiz
using the lastest revision from SVN? Could you provide a link? -- Brandon Aaron On 10/25/06, Daniel Ruiz [EMAIL PROTECTED] wrote: I think I just found a bug with the latest release of jquery (1.02) in IE 6.0. The contents of my top navigation, which I use jquery to hide and show, now

Re: [jQuery] toggle doing strange things in IE 6 with jquery 1.02

2006-10-25 Thread Daniel Ruiz
: Wednesday, October 25, 2006 3:24 PM To: jQuery Discussion. Subject: Re: [jQuery] toggle doing strange things in IE 6 with jquery 1.02 On 10/25/06, Daniel Ruiz [EMAIL PROTECTED] wrote: * $Rev: 413 $ */ If there's a version after this one that's fixed the IE issue, great. I got this from the link

[jQuery] code ideas: if mouseover for 5 seconds then do this else do nothi ng

2006-09-13 Thread Daniel Ruiz
Is there any way in jquery to do something like this? if mouseover for 2 seconds then do this, else do nothing Basically the client I have doesnt want to use onclick to open a hidden navigation but they also dont like the mouseover because a user may move over it by accident. What they