The Ohio School Safety Summit, hosted by the Ohio School Safety Center, is an annual event for school safety held at the Greater Columbus Convention Center. Hear from engaging speakers, participate in breakout sessions, share resources and ideas, and network with our constituents from Ohio and beyond.
/* Script to enforce expanding text sections. MUST be loaded after jquery (see above) */
$(document).ready(function(){
$('.markdown-block .sqs-block-content h2').css('cursor','pointer');
$(".markdown-block .sqs-block-content h2").nextUntil("h2").slideToggle();
$(".markdown-block .sqs-block-content h2").click(function() {$(this).nextUntil("h2").slideToggle();});
});