[jQuery] Re: question about DOM manipulation

2007-04-22 Thread Diego A.

I know what you're trying to say but I can't re-created it on the URL
you provided. I don't know where I should be clicking. The animations
I tried seemed fine...

On Apr 22, 8:14 pm, joomlafreak [EMAIL PROTECTED] wrote:
 I have a problem or say a question that often bother me.
 Say I use a function to animate certain elements with default
 parameters. At some point I inject some parameter values other than
 default. Now what happens is that the animations gets added to the one
 started before on the same elements by previous call. I want to cancel
 the previous animation so that the DOM has this animation running with
 present parameters.

 You can have a look 
 herehttp://www.joomlaprodigy.com/test/index.php?option=com_contenttask=s...

 If you would click on any navigation number at the bottom, the new
 animation would superimpose on the previous animation. And ofcourse it
 just messes up the whole thing.

 Can someone please tell me how can I cancel the previous animation.

 Thanks



[jQuery] Re: question about DOM manipulation

2007-04-22 Thread joomlafreak

Hi
the tabs numbered as tab1,tab2 have numbers at the bottom like
1,2,3,4 .
If you click on these numbers it loads the content by different
parameters being passed on the same function.

it takes a few seconds (settimeout) to show the mess.

Would you please care to look at the link again.
http://www.joomlaprodigy.com/test/index.php?option=com_contenttask=sectionid=1Itemid=2
thanks




On Apr 22, 3:39 pm, Diego A. [EMAIL PROTECTED] wrote:
 I know what you're trying to say but I can't re-created it on the URL
 you provided. I don't know where I should be clicking. The animations
 I tried seemed fine...

 On Apr 22, 8:14 pm, joomlafreak [EMAIL PROTECTED] wrote:

  I have a problem or say a question that often bother me.
  Say I use a function to animate certain elements with default
  parameters. At some point I inject some parameter values other than
  default. Now what happens is that the animations gets added to the one
  started before on the same elements by previous call. I want to cancel
  the previous animation so that the DOM has this animation running with
  present parameters.

  You can have a look 
  herehttp://www.joomlaprodigy.com/test/index.php?option=com_contenttask=s...

  If you would click on any navigation number at the bottom, the new
  animation would superimpose on the previous animation. And ofcourse it
  just messes up the whole thing.

  Can someone please tell me how can I cancel the previous animation.

  Thanks



[jQuery] Re: question about DOM manipulation

2007-04-22 Thread Diego A.

Now I see it... Damn! That's not nice! lol

From what I can see after inspecting your code, this is a problem with
the innerFade plugin. I think you should contact the author...
// Autor: Torsten Baldes
// Mail: [EMAIL PROTECTED]
...and ask him to have a look.

Meanwhile, you could try a different plugin to achieve the same effect
and see if that works...

On Apr 22, 8:45 pm, joomlafreak [EMAIL PROTECTED] wrote:
 Hi
 the tabs numbered as tab1,tab2 have numbers at the bottom like
 1,2,3,4 .
 If you click on these numbers it loads the content by different
 parameters being passed on the same function.

 it takes a few seconds (settimeout) to show the mess.

 Would you please care to look at the link 
 again.http://www.joomlaprodigy.com/test/index.php?option=com_contenttask=s...
 thanks

 On Apr 22, 3:39 pm, Diego A. [EMAIL PROTECTED] wrote:

  I know what you're trying to say but I can't re-created it on the URL
  you provided. I don't know where I should be clicking. The animations
  I tried seemed fine...

  On Apr 22, 8:14 pm, joomlafreak [EMAIL PROTECTED] wrote:

   I have a problem or say a question that often bother me.
   Say I use a function to animate certain elements with default
   parameters. At some point I inject some parameter values other than
   default. Now what happens is that the animations gets added to the one
   started before on the same elements by previous call. I want to cancel
   the previous animation so that the DOM has this animation running with
   present parameters.

   You can have a look 
   herehttp://www.joomlaprodigy.com/test/index.php?option=com_contenttask=s...

   If you would click on any navigation number at the bottom, the new
   animation would superimpose on the previous animation. And ofcourse it
   just messes up the whole thing.

   Can someone please tell me how can I cancel the previous animation.

   Thanks



[jQuery] Re: question about DOM manipulation

2007-04-22 Thread joomlafreak

Thank you very much for your reply.

I will contact the author.
BTW, as you said, which other plugin can let me do the same thing.
I searched and found this one but I don't remember if there is some
other that would let me do the same thing.

Thanks again

On Apr 22, 3:59 pm, Diego A. [EMAIL PROTECTED] wrote:
 Now I see it... Damn! That's not nice! lol

 From what I can see after inspecting your code, this is a problem with

 the innerFade plugin. I think you should contact the author...
 // Autor: Torsten Baldes
 // Mail: [EMAIL PROTECTED]
 ...and ask him to have a look.

 Meanwhile, you could try a different plugin to achieve the same effect
 and see if that works...

 On Apr 22, 8:45 pm, joomlafreak [EMAIL PROTECTED] wrote:

  Hi
  the tabs numbered as tab1,tab2 have numbers at the bottom like
  1,2,3,4 .
  If you click on these numbers it loads the content by different
  parameters being passed on the same function.

  it takes a few seconds (settimeout) to show the mess.

  Would you please care to look at the link 
  again.http://www.joomlaprodigy.com/test/index.php?option=com_contenttask=s...
  thanks

  On Apr 22, 3:39 pm, Diego A. [EMAIL PROTECTED] wrote:

   I know what you're trying to say but I can't re-created it on the URL
   you provided. I don't know where I should be clicking. The animations
   I tried seemed fine...

   On Apr 22, 8:14 pm, joomlafreak [EMAIL PROTECTED] wrote:

I have a problem or say a question that often bother me.
Say I use a function to animate certain elements with default
parameters. At some point I inject some parameter values other than
default. Now what happens is that the animations gets added to the one
started before on the same elements by previous call. I want to cancel
the previous animation so that the DOM has this animation running with
present parameters.

You can have a look 
herehttp://www.joomlaprodigy.com/test/index.php?option=com_contenttask=s...

If you would click on any navigation number at the bottom, the new
animation would superimpose on the previous animation. And ofcourse it
just messes up the whole thing.

Can someone please tell me how can I cancel the previous animation.

Thanks



[jQuery] Re: question about DOM manipulation

2007-04-22 Thread Diego A.

I don't know of one but I'm sure you'll find something:
http://www.google.co.uk/search?sourceid=navclient-ffie=UTF-8rls=GGGL,GGGL:2006-14,GGGL:enq=jquery+ticker
http://jquery.com/plugins/

On Apr 22, 9:02 pm, joomlafreak [EMAIL PROTECTED] wrote:
 Thank you very much for your reply.

 I will contact the author.
 BTW, as you said, which other plugin can let me do the same thing.
 I searched and found this one but I don't remember if there is some
 other that would let me do the same thing.

 Thanks again

 On Apr 22, 3:59 pm, Diego A. [EMAIL PROTECTED] wrote:

  Now I see it... Damn! That's not nice! lol

  From what I can see after inspecting your code, this is a problem with

  the innerFade plugin. I think you should contact the author...
  // Autor: Torsten Baldes
  // Mail: [EMAIL PROTECTED]
  ...and ask him to have a look.

  Meanwhile, you could try a different plugin to achieve the same effect
  and see if that works...

  On Apr 22, 8:45 pm, joomlafreak [EMAIL PROTECTED] wrote:

   Hi
   the tabs numbered as tab1,tab2 have numbers at the bottom like
   1,2,3,4 .
   If you click on these numbers it loads the content by different
   parameters being passed on the same function.

   it takes a few seconds (settimeout) to show the mess.

   Would you please care to look at the link 
   again.http://www.joomlaprodigy.com/test/index.php?option=com_contenttask=s...
   thanks

   On Apr 22, 3:39 pm, Diego A. [EMAIL PROTECTED] wrote:

I know what you're trying to say but I can't re-created it on the URL
you provided. I don't know where I should be clicking. The animations
I tried seemed fine...

On Apr 22, 8:14 pm, joomlafreak [EMAIL PROTECTED] wrote:

 I have a problem or say a question that often bother me.
 Say I use a function to animate certain elements with default
 parameters. At some point I inject some parameter values other than
 default. Now what happens is that the animations gets added to the one
 started before on the same elements by previous call. I want to cancel
 the previous animation so that the DOM has this animation running with
 present parameters.

 You can have a look 
 herehttp://www.joomlaprodigy.com/test/index.php?option=com_contenttask=s...

 If you would click on any navigation number at the bottom, the new
 animation would superimpose on the previous animation. And ofcourse it
 just messes up the whole thing.

 Can someone please tell me how can I cancel the previous animation.

 Thanks