Home ELA Instructional Support / Welcome ELA Instructional Support / Homework

ELA Instructional Support / Homework

div { padding: 8px 0 0 55px; font-weight: bold; } div.sw-special-mode-bar > div > a { margin-left: 20px; background: #A0803D; -moz-border-radius: 5px; -webkit-border-radius: 5px; color: #fff; padding: 4px 6px 4px 6px; font-size: 11px; } body.blue div.sw-special-mode-bar, body.green div.sw-special-mode-bar, body.red div.sw-special-mode-bar { display: none; } /* END SPECIAL MODE BAR */ ]]> District Home Select a School… Select a School

Sign In Register Search

0) { var button = $(this); // add href as property if not already set // then remove href attribute if (!button.prop(‘linkHref’)) { button.prop(‘linkHref’, button.attr(‘href’)); button.removeAttr(‘href’); } // check to see if menu is already open if ($(this).siblings(‘ul.sw-channel-dropdown’).is(‘:visible’)) { // if open go to link window.location.href = button.prop(‘linkHref’); } } } }); } function channelHoverIE(){ // set z-index for IE7 var parentZindex = $(‘#channel-navigation’).parents(‘div:first’).css(‘z-index’); var zindex = (parentZindex > 0 ? parentZindex : 8000); $(“.sw-channel-item”).each(function(ind) { $(this).css(‘z-index’, zindex – ind); zindex –; }); $(“.sw-channel-item”).hover(function(){ var subList = $(this).children(‘ul’); if ($.trim(subList.html()) !== “”) { subList.show(); } $(this).addClass(“hover”); }, function(){ $(“.sw-channel-dropdown”).hide(); $(this).removeClass(“hover”); }); } ]]> gbms

ELA Instructional Support

Select Category All CategoriesUnassignedSelect Month Select MonthJanuaryFebruaryMarchAprilMayJuneJulyAugustSeptemberOctoberNovemberDecemberSelect Year Select Year2014201520162017Filter

Current Assignments

    There are no current assignments.

Past Due Assignments

    There are no past due assignments.

132 Jefferson Ave
Green Brook, 08812 Phone: 732-968-1051
Fax:
Questions or Feedback?| Terms of Use| Schoolwires Privacy Policy

Copyright © 2002-2015 Schoolwires, Inc. All rights reserved. Powered by Schoolwires Centricity2 logo a’, function() { ClosePageSubMenu($(this).parent()); }); $(document).on(‘click’, ‘.navigationgroup.expandable > a’, function() { OpenPageSubMenu($(this).parent()); }); //SW MYSTART DROPDOWNS $(document).on(‘click’, ‘.sw-mystart-dropdown’, function() { $(this).children(“.sw-dropdown”).css(“display”, “block”); }); $(“.sw-mystart-dropdown”).hover(function() {}, function() { $(this).children(“.sw-dropdown”).hide(); $(this).blur(); }); //SW ACCOUNT DROPDOWN $(document).on(‘click’, ‘#sw-mystart-account’, function() { $(this).children(“#sw-myaccount-list”).show(); $(this).addClass(“clicked-state”); }); $(“#sw-mystart-account, #sw-myaccount-list”).hover(function() {}, function() { $(this).children(“#sw-myaccount-list”).hide(); $(this).removeClass(“clicked-state”); $(“#sw-myaccount”).blur(); }); // set hover class for page and section navigation $(‘.ui-widget.app.pagenavigation, .ui-widget.app.sectionnavigation’).find(‘li > a’).hover(function() { $(this).addClass(‘hover’); }, function() { $(this).removeClass(‘hover’); }); }); // end document ready function OpenPageSubMenu(li) { if (li.prop(‘tagName’).toLowerCase() == “li”) { li.removeClass(‘expandable’).addClass(‘collapsible’); li.find(‘div:first’).removeClass(‘expandable’).addClass(‘collapsible’); li.find(‘ul:first’).show(); PageNavigationStateCookie(); } } function ClosePageSubMenu(li) { if (li.prop(‘tagName’).toLowerCase() == “li”) { li.removeClass(‘collapsible’).addClass(‘expandable’); li.find(‘div:first’).removeClass(‘collapsible’).addClass(‘expandable’); li.find(‘ul:first’).hide(); PageNavigationStateCookie(); } } function PageNavigationStateCookie() { var strCookie = “”; $(‘.pagenavigation li > ul’).each(function() { var item = $(this).parent(‘li’); if (item.hasClass(‘collapsible’) && !item.hasClass(‘no-bullet’)){ strCookie += $(this).parent().attr(‘id’) + ‘~’; } }); SetCookie(‘SWPageNavState’, strCookie); } function checkSidebar(){ $(“.ui-widget-sidebar”).each(function() { if($.trim($(this).html()) != “”){ $(this).show(); $(this).siblings(“.ui-widget-detail”).addClass(“with-sidebar”); } }); } function removeBrokenImages(){ //REMOVES ANY BROKEN IMAGES $(“span.img img”).each(function() { if ($(this).attr(“src”) !== undefined) { $(this).parent().parent().show(); $(this).parent().parent().siblings().addClass(“has-thumb”); } }); } function LoadEventDetailUE(moduleInstanceID, eventDateID, userRegID, isEdit) { (userRegID === undefined ? userRegID = 0 : ”); (isEdit === undefined ? isEdit = false : ”); OpenDialogOverlay(“WindowMediumModal”, { LoadType: “U”, LoadURL: “https://www.gbtps.org//site/UserControls/Calendar/EventDetailWrapper.aspx?ModuleInstanceID=” + moduleInstanceID + “&EventDateID=” + eventDateID + “&UserRegID=” + userRegID + “&IsEdit=” + isEdit }); } function RemoveCookie() { // There are no sub page if ($(‘.pagenavigation li li’).length == 0) { //return false; PageNavigationStateCookie(); } } ]]> 0) { sitenavulHeight = parseInt($(“#sw-pg-sitenav-ul”).height()); } var swinnerwrapHeight = 0; if ($(‘#sw-inner-wrap’).length > 0) { swinnerwrapHeight = parseInt($(“#sw-inner-wrap”).height()); } // 360px is abount 5 li height if (sitenavulHeight + 360 >= swinnerwrapHeight) { $(“#sw-inner-wrap”).height(sitenavulHeight + 360); } } function AddOffCanvasMenuHeightForSelectSchool() { var selectschoolulHeight = 0; if ($(‘#sw-pg-selectschool-ul’).length > 0) { selectschoolulHeight = parseInt($(“#sw-pg-selectschool-ul”).height()); } var swinnerwrapHeight = 0; if ($(‘#sw-inner-wrap’).length > 0) { swinnerwrapHeight = parseInt($(“#sw-inner-wrap”).height()); } // 360px is abount 5 li height if (selectschoolulHeight + 360 >= swinnerwrapHeight) { $(“#sw-inner-wrap”).height(selectschoolulHeight + 360); } } $(document).ready(function() { if ($(“#sw-pg-sitenav-a”).length > 0) { $(document).on(‘click’, ‘#sw-pg-sitenav-a’, function() { if ($(“#sw-pg-sitenav-ul”).hasClass(‘sw-pgmenu-closed’)) { AddOffCanvasMenuHeightForSiteNav(); $(“ul.sw-pgmenu-toplevel”).removeClass(‘sw-pgmenu-open’).addClass(‘sw-pgmenu-closed’); $(“#sw-pg-sitenav-ul”).removeClass(‘sw-pgmenu-closed’); $(“#sw-pg-sitenav-ul”).addClass(‘sw-pgmenu-open’); } else { $(“#sw-pg-sitenav-ul”).removeClass(‘sw-pgmenu-open’); $(“#sw-pg-sitenav-ul”).addClass(‘sw-pgmenu-closed’); } }); $(document).on(‘click’, ‘#sw-pg-selectschool-a’, function() { if ($(“#sw-pg-selectschool-ul”).hasClass(‘sw-pgmenu-closed’)) { AddOffCanvasMenuHeightForSelectSchool(); $(“ul.sw-pgmenu-toplevel”).removeClass(‘sw-pgmenu-open’).addClass(‘sw-pgmenu-closed’); $(“#sw-pg-selectschool-ul”).removeClass(‘sw-pgmenu-closed’); $(“#sw-pg-selectschool-ul”).addClass(‘sw-pgmenu-open’); } else { $(“#sw-pg-selectschool-ul”).removeClass(‘sw-pgmenu-open’); $(“#sw-pg-selectschool-ul”).addClass(‘sw-pgmenu-closed’); } }); $(document).on(‘click’, ‘#sw-pg-myaccount-a’, function() { if ($(“#sw-pg-myaccount-ul”).hasClass(‘sw-pgmenu-closed’)) { $(“ul.sw-pgmenu-toplevel”).removeClass(‘sw-pgmenu-open’).addClass(‘sw-pgmenu-closed’); $(“#sw-pg-myaccount-ul”).removeClass(‘sw-pgmenu-closed’); $(“#sw-pg-myaccount-ul”).addClass(‘sw-pgmenu-open’); } else { $(“#sw-pg-myaccount-ul”).removeClass(‘sw-pgmenu-open’); $(“#sw-pg-myaccount-ul”).addClass(‘sw-pgmenu-closed’); } }); $(document).on(‘click’, ‘.pg-list-bullet’, function() { $(this).prev().toggle(); if ($(this).hasClass(‘closed’)) { AddOffCanvasMenuHeightForSiteNav(); $(this).removeClass(‘closed’); $(this).addClass(‘open’); } else { $(this).removeClass(‘open’); $(this).addClass(‘closed’); } }); $(document).on(‘mouseover’, ‘#sw-pg-selectschool’, function() { $(“#sw-pg-selectschool-firstli”).removeClass(‘sw-pg-selectschool-firstli-mouseout’).addClass(‘sw-pg-selectschool-firstli-mouseover’); $(“#sw-pg-selectschool-firstli a”).addClass(‘sw-pg-selectschool-firstli-a-mouseover’).removeClass(‘sw-pg-selectschool-firstli-a-mouseout’); }); $(document).on(‘mouseout’, ‘#sw-pg-selectschool’, function() { $(“#sw-pg-selectschool-firstli”).removeClass(‘sw-pg-selectschool-firstli-mouseover’).addClass(‘sw-pg-selectschool-firstli-mouseout’); $(“#sw-pg-selectschool-firstli a”).addClass(‘sw-pg-selectschool-firstli-a-mouseout’).removeClass(‘sw-pg-selectschool-firstli-a-mouseover’); }); $(document).on(‘mouseover’, ‘#sw-pg-myaccount’, function() { $(“#sw-pg-myaccount-firstli”).removeClass(‘sw-pg-myaccount-firstli-mouseout’).addClass(‘sw-pg-myaccount-firstli-mouseover’); $(“#sw-pg-myaccount-firstli a”).addClass(‘sw-pg-myaccount-firstli-a-mouseover’).removeClass(‘sw-pg-myaccount-firstli-a-mouseout’); }); $(document).on(‘mouseout’, ‘#sw-pg-myaccount’, function() { $(“#sw-pg-myaccount-firstli”).removeClass(‘sw-pg-myaccount-firstli-mouseover’).addClass(‘sw-pg-myaccount-firstli-mouseout’); $(“#sw-pg-myaccount-firstli a”).addClass(‘sw-pg-myaccount-firstli-a-mouseout’).removeClass(‘sw-pg-myaccount-firstli-a-mouseover’); }); $(document).on(‘mouseover’, ‘#sw-pg-sitenav’, function() { $(“#sw-pg-sitenav-firstli”).removeClass(‘sw-pg-sitenav-firstli-mouseout’).addClass(‘sw-pg-sitenav-firstli-mouseover’); $(“#sw-pg-sitenav-firstli a”).addClass(‘sw-pg-sitenav-firstli-a-mouseover’).removeClass(‘sw-pg-sitenav-firstli-a-mouseout’); }); $(document).on(‘mouseout’, ‘#sw-pg-sitenav’, function() { $(“#sw-pg-sitenav-firstli”).removeClass(‘sw-pg-sitenav-firstli-mouseover’).addClass(‘sw-pg-sitenav-firstli-mouseout’); $(“#sw-pg-sitenav-firstli a”).addClass(‘sw-pg-sitenav-firstli-a-mouseout’).removeClass(‘sw-pg-sitenav-firstli-a-mouseover’); }); $(document).on(‘mouseover’, ‘#sw-pg-district’, function() { $(“#sw-pg-district-firstli”).removeClass(‘sw-pg-district-firstli-mouseout’).addClass(‘sw-pg-district-firstli-mouseover’); $(“#sw-pg-district-firstli a”).addClass(‘sw-pg-district-firstli-a-mouseover’).removeClass(‘sw-pg-district-firstli-a-mouseout’); }); $(document).on(‘mouseout’, ‘#sw-pg-district’, function() { $(“#sw-pg-district-firstli”).removeClass(‘sw-pg-district-firstli-mouseover’).addClass(‘sw-pg-district-firstli-mouseout’); $(“#sw-pg-district-firstli a”).addClass(‘sw-pg-district-firstli-a-mouseout’).removeClass(‘sw-pg-district-firstli-a-mouseover’); }); } }); ]]>