Changeset - 94b51ddbbcef
[Not reviewed]
default
0 1 0
Ethan Zonca - 15 years ago 2010-10-25 13:30:20
ez@ethanzonca.com
Add first class on pageload
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
scripts/scheduleInput.js
Show inline comments
 
@@ -323,14 +323,17 @@ jQuery(document).ready(function() {
 
	});
 
	jQuery(".defText").blur();
 

	
 
	//--------------------------------------------------
 
	// Show/Hide advanced items
 
	//--------------------------------------------------
 
	jQuery('.advanced').hide();    
 
	jQuery('#showadvanced').click( function() {
 
		jQuery('#showadvanced').hide();
 
		jQuery('.advanced').slideToggle();
 
	});
 

	
 
        add_class(); 
 
	jQuery('#show-box input').change(show_box_change);
 

	
 

	
 
});
0 comments (0 inline, 0 general)