/*! accordion !*/
function accordion() {
$('.rsvp ul.accordion > li:has(div) > a').unbind('click').click(function(e) {
e.preventDefault();
var $this = $(this);
if ($this.next().hasClass('show-accordion')) {
$this.next().removeClass('show-accordion');
$this.next().slideUp(350);
$this.removeClass('active');
} else {
$this.addClass('active');
$this.parent().parent().find('li a').not(this).removeClass('active');
$this.parent().parent().find('li > div').not('.active + *').removeClass('show-accordion').slideUp(350);
$this.next().toggleClass('show-accordion');
$this.next().slideToggle(350);
}
});
}
/*! document ready !*/
jQuery(document).ready(function() {
accordion();
});
Thank you for your interest in Raising Student Voice & Participation, and congratulations on taking the first step toward increasing student engagement and voice in your school!
- For RSVP general inquiries, visit our FAQ webpage or email [email protected].
- For implementation guide purchases, visit the NASC Store online or call the Sales office at 1-866-647-7253 from 8:30 a.m. – 4:30 p.m. (ET), Monday through Friday.
- To learn more about or request training for an RSVP Leadership Team in your school, contact [email protected].