Go Back   CodingForums.com > :: Client side development > JavaScript programming > Ajax and Design

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-09-2012, 06:56 PM   PM User | #1
Atrhick
New Coder

 
Join Date: Aug 2011
Posts: 52
Thanks: 0
Thanked 0 Times in 0 Posts
Atrhick is an unknown quantity at this point
Copy Java Script/Jquery Function

OK here is what i ma trying to copy
http://onlinemotorcarinsurance.com/1kdebtcom/

I want that function where the 5 images fly in and out I have been trying to get this to work for the past 4 hours but no luck here is what i have.

PHP Code:
$(document).ready(function()
                    {
                        $(
'.detailsholder').hide()
                        $(
".detailsholder").animate({"top"'-520px'},1)
                        $(
'.detailsholder').hide()
                        $(
'.detailsholder').fadeIn(500)
                        $(function() {
                              
setInterval(update5000);
                            });
                            
                            function 
update() {
                              $(
'.detailsholder').animate({'top'"-260px",'easing'"easeInElastic"},400);
                            }

                        $(function() {
                              
setInterval(update5000);
                            });
                            
                            function 
update() {
                              $(
'.detailsholder').animate({'top'"0px",'easing'"easeInElastic" },400);
                            } 
any help that you Guro's can give would be great!
Atrhick is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:01 PM.


Advertisement
Log in to turn off these ads.