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 04-15-2009, 07:49 PM   PM User | #1
surreal5335
Regular Coder

 
Join Date: May 2008
Posts: 446
Thanks: 23
Thanked 5 Times in 5 Posts
surreal5335 is an unknown quantity at this point
carousel wont show

I am working on a carousel plugin, while it has worked in the past great, when I tried to use php to include the html for it, it wont show any more. I am pretty sure I got the syntax right for calling the php (dont it before successfully)

So I believe that the problem lies in the jquery. I have gone through my jquery and included a few specifiers to tell jquery to show the required html elements, but still a no show.

Hopefully you have an idea of what is needed.

jquery code:

Code:
$("img#photo").click(function(){
 		$("img#photo").fadeOut(250);
        	$("img#illus").fadeOut(250);
        	$("img#grphc").fadeOut(250);
		$("span#options").fadeOut(250, function() {
		$("img#site").fadeIn(1000);
		});
		$("span.galbtn").fadeIn(1500);
 		$("span.gallery").slideDown(1500);
 		$("div.gallery").slideDown(1500);
 		
 		$("span.menu").slideDown(1000);
 		
 	});
the
$("span.gallery").slideDown(1500);
$("div.gallery").slideDown(1500);
are the elements in question that wont appear for me.

The link to my site is: http://royalvillicus.com/photo_site/photo.html

the carousel is suppose to show below the image once the left farthest button is clicked. Like I said this worked great for a long time until I put alot of the code into external files and called them in. Most are now being called successfully (.css, .js) its just the .php I am not sure if it is being called correctly, or jquery desont like talking to html code that was called with php

Thanks a lot for any help you can provide
surreal5335 is offline   Reply With Quote
Old 04-15-2009, 10:30 PM   PM User | #2
surreal5335
Regular Coder

 
Join Date: May 2008
Posts: 446
Thanks: 23
Thanked 5 Times in 5 Posts
surreal5335 is an unknown quantity at this point
well I have been looking around and found out its not the jquery, its the php that not being called properly. So I am going to repost this question differently in a php thread.

Anybody know how to close a thread?
surreal5335 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 11:37 PM.


Advertisement
Log in to turn off these ads.