View Single Post
Old 01-22-2009, 01:31 PM  
dial
Confirmed User
 
Join Date: May 2006
Location: wherever you aren't
Posts: 1,225
Any javascript experts around here?

having an issue with a theme from http://www.elegantthemes.com/ that I bought...and their support is taking too long to answer...GFY is just SO damn quick

this is the theme

http://www.elegantthemes.com/preview/ArtSee/

now, see the right sidebar up top, the about us drops down, right?

here is the javascript for that slider thing http://www.elegantthemes.com/preview...e/js/slider.js - specifically these lines
Code:
$(document).ready(function(){

	$(".btn-slide2").click(function(){
		$("#panel2").slideToggle("slow");
		$(this).toggleClass("active"); return false;
	});
	
	 
});
how do I make it so that about us slider is open when the page loads?
__________________
boom chicka wah wah
dial is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote