[jQuery] Re: help to simplify code

2009-09-20 Thread alienfactory
low', 1); >      $navigation.stop().animate({backgroundColor: '#404040'}, 500); >    }); > > $navigation.find('a') >    .bind('mouseenter mouseleave', function(event) { >      if (this.id.indexOf('nav') === 0) { >        var id = '#'

[jQuery] Re: help to simplify code

2009-09-20 Thread alienfactory
state probably isn't the greatest idea ever but it does mean you have > easy access to the currently selected menu item. > > On Sep 20, 11:25 am, "ryan.j" wrote: > > > > > i wasn't being snarky mate, just that you phrased your question like a > &

[jQuery] Re: help to simplify code

2009-09-19 Thread alienfactory
wow really! not sure what to say about that. Here is a development link to the actual project http://alienfactory.com/vision1/ if any one would like to help out on the javascript jquery question above Thanks in advance for any help

[jQuery] help to simplify code

2009-09-19 Thread alienfactory
i would like to know how i could do it better this actualy repeats 3 more time to get the other mouse over states. Please dont write any code i am still learning and would be helpful if anyone could just guide me in the right direction Many Thanks $('#vision, #navvision').hover(

[jQuery] Re: jquery help

2009-06-02 Thread alienfactory
ok i added a click handler to the callback 'callbackOnStart':function(){ $('.target').click(function(){$(this).css ({'visibility': 'hidden'}); }); but when clicked on the first time it does nothing but any time after that it work as intended

[jQuery] Re: jquery help

2009-06-02 Thread alienfactory
6-8393 > E-mail:  mjlaw...@us.ibm.com > > 'Examine my teachings critically, as a gold assayer would test gold. If you > find they make sense, conform to your experience, and don't harm yourself > or others, onl

[jQuery] jquery help

2009-06-02 Thread alienfactory
can anyone in the jquery community help me with an issue. the group for fancybox is not very active my problem is the following i am trying to use a callback in the fancybox plugin 'callbackOnStart':function(){ $(".target").css({'visibility': 'hidden'}); this example hides all the classes marked

[jQuery] general jquery help

2009-06-01 Thread alienfactory
can anyone in the jquery community help me with an issue. the group for fancybox is not very active my problem is the following i am trying to use a callback in the fancybox plugin 'callbackOnStart':function(){ $(".target").css({'visibility': 'hidden'}); this example hides all the classes marke

[jQuery] cycle plugin issue

2009-06-01 Thread alienfactory
ok i cant get the easing plugin to work with cycle plugin 1. does cycle 2.65 work with easing 1.3 2. does easing work on the scrollHorz 3. if both of these are true then what am i doing wrong $('#slideshow').cycle({ fx: 'scrollHorz', timeout: 0, speed:1

[jQuery] fancy box or css issue

2009-05-31 Thread alienfactory
i am using the fancy box light box plugin but cant figure out one small issue problem: the container div for fancy box scales up to defined size but the ajax loaded file inside the lightbox container does not scale I thought it might be a css issuse but nothing seems to work. Could anyone shed a

[jQuery] fancy box or css issue

2009-05-31 Thread alienfactory
i am using the fancy box light box plugin but cant figure out one small issue problem: the container div for fancy box scales up to defined size but the ajax loaded file inside the lightbox container does not scale I thought it might be a css issuse but nothing seems to work. Could anyone shed a