[jQuery] Every post I make, I get an mail error.

2009-09-25 Thread evo
Everytime I post to this group through thunderbird, I get a undelivered mail message sent back, everytime. This has only started happening recently and I can't find any info about it anywhere. Just want to know if this is happening to anyone else (as it's only when I post to this group) This is

[jQuery] Imade fade loop on mouseenter

2009-01-15 Thread evo
Hi Guys, I'm having some trouble looping through images by fading one into the next. This is the jQuery $("ul.list li a").bind("mouseenter", function () { var a; var max_img = $(this).children().size(); for(a=0;a<=max_img;a++) { $(this).children("img").

[jQuery] Re: rotate images

2008-11-13 Thread evo
nevermind, found the cycle plugin. On Nov 13, 1:30 pm, Liam Potter <[EMAIL PROTECTED]> wrote: > Hi, need a little help. > > I'm rotating some images and need it to loop. > > So far I have this > > var rotate = $(".rotate") >             .animate({opacity: 1.0}, 3000) >             .animate({margi

[jQuery] Re: performing actions on single elements with widely used classes

2008-11-06 Thread evo
C'mon guys, I posted this on monday and no one has any ideas/ knows hows to help? On Nov 4, 8:44 am, evo <[EMAIL PROTECTED]> wrote: > anyone? > > On Nov 3, 5:28 pm, Liam Potter <[EMAIL PROTECTED]> wrote: > > > Hi, > > I'm having trouble figuring out

[jQuery] Actions on single div with common class

2008-11-04 Thread evo
Hi, I'm having trouble figuring out how I can perform say, a hide animation on a div, by clicking a button on one div, which uses a class used by other divs. *Lets say I have this:* Delete Message text Delete Message text Delete Message text *then the jquery is: *$("a.delete").click(fu

[jQuery] Re: performing actions on single elements with widely used classes

2008-11-04 Thread evo
anyone? On Nov 3, 5:28 pm, Liam Potter <[EMAIL PROTECTED]> wrote: > Hi, > I'm having trouble figuring out how I can perform say, a hide animation > on a div, by clicking a button on one div, which uses a class used by > other divs. > > *Lets say I have this:* > > > Delete > Message text > > >

[jQuery] Re: making the accordion remain open

2008-10-21 Thread evo
;         } > > }); > > Jörn > > On Tue, Oct 21, 2008 at 2:24 PM, Liam Potter <[EMAIL PROTECTED]> wrote: > > > Hi  Jörn, > > I was wondering if you had anything in a workable state for me to use? > > > Thanks, > > Liam > > > evo w

[jQuery] Re: making the accordion remain open

2008-10-21 Thread evo
ge > load. Would that solve your problem? > > Jörn > > On Tue, Oct 21, 2008 at 12:54 PM, evo <[EMAIL PROTECTED]> wrote: > > > Hi, > > > I've ran into a problem using the accordion from > >http://bassistance.de/jquery-plugins/jquery-plugin-accordio

[jQuery] making the accordion remain open

2008-10-21 Thread evo
Hi, I've ran into a problem using the accordion from http://bassistance.de/jquery-plugins/jquery-plugin-accordion/ Currently to keep the accordion open while navigating a site i add p=1 (or whatever number it may need) to the url, which works, but as soon as I need to pass other variables through

[jQuery] fadeIn nav help

2008-10-10 Thread evo
Hi, new to jQuery trying to have a span fade in and fade out when I hover over a link. this is the js $(document).ready(function(){ $("a.nav").mouseover(function() { $(".fadeit").fadeIn(500); }).mouseout(function() { $(".fadeit").fadeOut(500); }) this is the nav markup home purchaser supplie