Featured

Discover Welding at PCCC

113 Van Houten St. Paterson, NJ 113 Van Houten St., Paterson

We will be holding our Welding Information sessions on the 1st Thursday of each month. Join us for a program overview, lab tour, and meet & greet w/ Instructor. The Welding Program offers financial aid, if you qualify, and $650 in Tools. Learn more at pccc.edu/welding

jQuery(".menu-icon-top").click(function() { jQuery('html').toggleClass("active-top-menu"); }); jQuery(".menu-icon-bottom").click(function() { jQuery('html').toggleClass("active-bottom-menu"); }); var btn = jQuery('#back-to-top'); jQuery(window).scroll(function() { if (jQuery(window).scrollTop() > 300) { btn.addClass('show'); } else { btn.removeClass('show'); } }); btn.on('click', function(e) { e.preventDefault(); jQuery('html, body').animate({scrollTop:0}, '300'); });