Go Back   CodingForums.com > :: Client side development > JavaScript programming > JavaScript frameworks

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-05-2010, 08:21 PM   PM User | #1
Mikeumus
New to the CF scene

 
Join Date: Jan 2009
Location: NJ, USA
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Mikeumus is an unknown quantity at this point
Question From scrollTo to fadeTo

My task is to gracefully change the scrollTo function to use fadeTo from inside serialscroll.js taken from eleganttheme's ePhoto Wordpress theme. I simply tried changing the single scrollTo to fadeTo inside of serialScroll.js only for the scrolling featured section on the homepage to disappear entirely.

I have found: docs.jquery.com/Effects/fadeTo and intend to study it more in-depth, but any extra help would be greatly appreciated.

My project lives at: http://mdm.cc/danielfinaldi/

The scrollTo function is called once in the following document: http://mdm.cc/danielfinaldi/wp-conte...erialScroll.js

Another player is: http://mdm.cc/danielfinaldi/wp-conte...oto/js/init.js

and just in case, here is the js directory file list: http://mdm.cc/danielfinaldi/wp-conte...mes/ePhoto/js/

Thank you for your time and consideration, We are grateful.

Peace & Love, Michael D. Mooring
Mikeumus is offline   Reply With Quote
Old 01-05-2010, 11:16 PM   PM User | #2
itsallkizza
Senior Coder

 
Join Date: Oct 2008
Location: Long Beach
Posts: 1,196
Thanks: 36
Thanked 164 Times in 164 Posts
itsallkizza will become famous soon enough
You've got a couple errors in there right now. Fixing them first will help debug the other issues:
Quote:
Error: missing ; before statement
Source File: http://mdm.cc/danielfinaldi/wp-conte...?v1_15&ver=2.9
Line: 1, Column: 147

Error: element.dispatchEvent is not a function
Source File: http://mdm.cc/danielfinaldi/wp-inclu...ype.js?ver=1.6
Line: 3936

Error: u.scollTo is not a function (should be "scrollTo)
Source File: http://mdm.cc/danielfinaldi/wp-conte...erialScroll.js
Line: 1

Error: jQuery("ul.superfish").superfish is not a function
Source File: http://mdm.cc/danielfinaldi/
Line: 67
__________________
Feel free to e-mail me if I forget to respond ;)
ohsosexybrit@gmail.com
itsallkizza is offline   Reply With Quote
Reply

Bookmarks

Tags
fadeto, jquery, scrollto

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 04:19 PM.


Advertisement
Log in to turn off these ads.