| Author |
animate function not working for jquery
|
Vishal Hegde
Ranch Hand
Joined: Aug 01, 2009
Posts: 973
|
|
Hi,
animate function not working for jquery. Please assist where is the actual problem.
|
http://www.lifesbizzare.blogspot.com || OCJP:81%
|
 |
Akhilesh Trivedi
Ranch Hand
Joined: Jun 22, 2005
Posts: 1493
|
|
core jQuery doesnt support color-animation. They say you need a plugin.
|
Keep Smiling Always — My life is smoother when running silent. -paul
[FAQs] [Certification Guides] [The Linux Documentation Project]
|
 |
Vishal Hegde
Ranch Hand
Joined: Aug 01, 2009
Posts: 973
|
|
Akhilesh Trivedi wrote:core jQuery doesnt support color-animation. They say you need a plugin.
Thanks , but what abt multiple animation function
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56190
|
|
Vishal Hegde wrote:Thanks , but what abt multiple animation function
What happened when you tried it?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Vishal Hegde
Ranch Hand
Joined: Aug 01, 2009
Posts: 973
|
|
Bear Bibeault wrote:
Vishal Hegde wrote:Thanks , but what abt multiple animation function
What happened when you tried it?
When I tried with Single function , it is working fine , but when using multiple functions its doing nothing.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56190
|
|
Vishal Hegde wrote:but when using multiple functions its doing nothing.
So sure are you?
What visual appearance change were you expecting when changing the height of a paragraph?
Hint: add the following to the head:
And why are the script elements not in the head?
|
 |
Vishal Hegde
Ranch Hand
Joined: Aug 01, 2009
Posts: 973
|
|
Bear Bibeault wrote:
Vishal Hegde wrote:but when using multiple functions its doing nothing.
So sure are you?
What visual appearance change were you expecting when changing the height of a paragraph?
Hint: add the following to the head:
And why are the script elements not in the head?
When I am clicking on the P tag the bottom border size is increasing. I didnot mention click event , how come on clicking its working .Do toggle means clicking itself?
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56190
|
|
If you don't know what toggle() does, why did you use it?
Doc on toggle().
|
 |
 |
|
|
subject: animate function not working for jquery
|
|
|