[jQuery] Re: cycle plugin works on one page, but not on the other. NO DIFFERENCE!

2009-02-10 Thread F1LT3R
lol On Feb 10, 9:27 am, visitorQ wrote: > > It looks like you haven't included any styles on this page.  What does > > Firebug say the size of the container is?  0?  You haven't included > > any sizes on the images either.  Tough to resize things dynamically > > within this info. > > = > > T

[jQuery] Re: cycle plugin works on one page, but not on the other. NO DIFFERENCE!

2009-02-10 Thread F1LT3R
lol On Feb 10, 9:27 am, visitorQ wrote: > > It looks like you haven't included any styles on this page.  What does > > Firebug say the size of the container is?  0?  You haven't included > > any sizes on the images either.  Tough to resize things dynamically > > within this info. > > = > > T

[jQuery] Re: Processing.js Google Group Now Formed!

2008-10-06 Thread F1LT3R
s. > > > Thatcher > > > On Sat, Oct 4, 2008 at 9:26 PM, Rick Faircloth > > <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: > > >     Ok...I'll ask...what is "Processing.js" about? > > >     Rick > > >     chris

[jQuery] Re: Processing.js Google Group Now Formed!

2008-10-04 Thread F1LT3R
Hey Joe, I love using Processing so I am glad you started this group and I will definitely be subscribing. You have a question? I have been digging around in the Processing.js for a while now and am quite familiar with the Java Processing language, so maybe I could help? Thanks, Al On Sep 24

[jQuery] Re: simple jquery snake game, some feedback appreciated

2008-10-03 Thread F1LT3R
Very cool! Nicely done. I didn't get any errors. Though one thing I would do from a UX perspective is let the user know when they have bumped into something and that's why the level is restarting. At first I thought your game had a bug, then I realized it was me. On Oct 1, 5:38 pm, Richard W <[E

[jQuery] Re: Has anyone been able to perform Hover-Grouping?

2008-06-26 Thread F1LT3R
What is hoverGrouping? "hoverGrouping" would allow somebody to use multiple elements in the selector such as... $('TD.one & TD.two').hoverIntent(); This function would be very useful for work with product tables. I am currently trying to create a table that uses hoverIntent on two seperate TDs.

[jQuery] Has anyone been able to perform Hover-Grouping?

2008-06-26 Thread F1LT3R
I am stuck trying to create a hover for two separate TD elements like so... $('td.add, td.dropdown').hoverIntent( ) The problem is that when I hover out of TD.add and into TD.dropdown, jQuery interprets this as HoverOUT. I want it to still be HoverOVER if I move my cursor into the other area ou

[jQuery] jQuery cannot select element?

2008-06-19 Thread F1LT3R
Am I right in thinking jQuery can not selected the element?

[jQuery] Re: firefox 3 RC1 : tremendous slow down

2008-06-19 Thread F1LT3R
Remember FF3 is RC1, so their code is probably bloated with debug routines. I think when the final release is available things will run much faster. ( I hope! ) On Jun 19, 12:48 pm, Aldo <[EMAIL PROTECTED]> wrote: > Hi > > I'm experiencing the same slow dows in animations and fades with FF3 >

[jQuery] contains(text) - is there a contains(html) method?

2008-06-19 Thread F1LT3R
PROBLEM: I am trying to remove the comment mark-up around an IMG element . I tried using the :contains(text) selector but as a