https://reviewschools.org/wp-includes/js/jquery/jquery.min.js
https://reviewschools.org/wp-includes/js/jquery/jquery-migrate.min.js
https://cdn.jsdelivr.net/npm/apexcharts
Trusted Data
ReviewSchools uses data from trusted, public or non-profit sources. Some supplemental data is used around employment and career data.
Higher Education is an investment that comes with risks. Data transparency is crucial for consumers to make informed decisions that impact their
Federal Government
The Department of Education has several branches and offices that provide rules, guidance, and public data to ensure post-secondary education institutions are improving the outcomes for the students they serve.
State & Local Government
More granular and able to know and understand their communities better. Government works best when it’s closest to us, the people.
Think Tanks (non-profit): Higher Education
Some of the smartest and most passionate advocates for improving higher education have dedicated their lives to analyzing & improving the system.
Their research insights are valuable and informative.
High School Career Counselors
Counselors who work at high schools can help young students uncover career opportunities, inspire them, and avoid unnecessary student debt before it happens.
https://reviewschools.org/wp-includes/js/dist/hooks.min.js
https://reviewschools.org/wp-includes/js/dist/i18n.min.js
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
//# sourceURL=wp-i18n-js-after
https://reviewschools.org/wp-content/plugins/contact-form-7/includes/swv/js/index.js
var wpcf7 = {
"api": {
"root": "https:\/\/reviewschools.org\/wp-json\/",
"namespace": "contact-form-7\/v1"
},
"cached": 1
};
//# sourceURL=contact-form-7-js-before
https://reviewschools.org/wp-content/plugins/contact-form-7/includes/js/index.js
var wpcf7cf_global_settings = {"ajaxurl":"https://reviewschools.org/wp-admin/admin-ajax.php"};
//# sourceURL=wpcf7cf-scripts-js-extra
https://reviewschools.org/wp-content/plugins/conditional-fields-pro/js/scripts.js
https://reviewschools.org/wp-content/plugins/oxygen/subplugins/breakdance-elements/dependencies-files/awesome-menu@1/awesome-menu.js
document.addEventListener('DOMContentLoaded', function(){ window.addEventListener('load', function () {
setTimeout(() => {
//console.log("TOC script running...");
const tocList = document.querySelector('.rs_toc__list');
if (!tocList) {
//console.warn("TOC list container not found.");
return;
}
const headings = document.querySelectorAll('.main h2, .main h3, .main h4');
if (!headings.length) {
console.warn("No headings");
return;
}
headings.forEach((heading, i) => {
const tag = heading.tagName.toLowerCase();
const text = heading.textContent.trim();
if (!text) return;
if (!heading.id) {
const safeId = text.toLowerCase().replace(/\s+/g, '-').replace(/[^\w\-]+/g, '') + '-' + i;
heading.id = safeId;
//console.log(`Generated ID for ${tag}: ${heading.id}`);
}
const li = document.createElement('li');
li.className = 'toc-' + tag;
const a = document.createElement('a');
a.href = '#' + heading.id;
a.textContent = text;
li.appendChild(a);
tocList.appendChild(li);
});
//console.log("TOC populated.");
}, 300); // optional delay in case of animations/lazy-load
});
document.addEventListener('DOMContentLoaded', function () {
const toggleBtn = document.querySelector('.rs_toc__toggle');
const tocList = document.querySelector('.rs_toc__list');
if (toggleBtn && tocList) {
toggleBtn.addEventListener('click', function () {
const isVisible = tocList.classList.toggle('is-visible');
toggleBtn.setAttribute('aria-expanded', isVisible);
toggleBtn.textContent = isVisible ? 'Hide Sections' : 'Show Sections';
});
}
});
})
document.addEventListener('DOMContentLoaded', function(){ if (!window.BreakdanceFrontend) {
window.BreakdanceFrontend = {}
}
window.BreakdanceFrontend.data = {"homeUrl":"https:\/\/reviewschools.org","ajaxUrl":"https:\/\/reviewschools.org\/wp-admin\/admin-ajax.php","elementsPluginUrl":"https:\/\/reviewschools.org\/wp-content\/plugins\/oxygen\/subplugins\/breakdance-elements\/","BASE_BREAKPOINT_ID":"breakpoint_base","breakpoints":[{"id":"breakpoint_base","label":"Desktop","defaultPreviewWidth":"100%"},{"id":"breakpoint_tablet_landscape","label":"Tablet Landscape","defaultPreviewWidth":1024,"maxWidth":1119},{"id":"breakpoint_tablet_portrait","label":"Tablet Portrait","defaultPreviewWidth":768,"maxWidth":1023},{"id":"breakpoint_phone_landscape","label":"Phone Landscape","defaultPreviewWidth":480,"maxWidth":767},{"id":"breakpoint_phone_portrait","label":"Phone Portrait","defaultPreviewWidth":400,"maxWidth":479}],"subscriptionMode":"pro"}
if (!window.OxygenFrontend) {
window.OxygenFrontend = {}
}
window.OxygenFrontend.data = {"homeUrl":"https:\/\/reviewschools.org","ajaxUrl":"https:\/\/reviewschools.org\/wp-admin\/admin-ajax.php","elementsPluginUrl":"https:\/\/reviewschools.org\/wp-content\/plugins\/oxygen\/subplugins\/breakdance-elements\/","BASE_BREAKPOINT_ID":"breakpoint_base","breakpoints":[{"id":"breakpoint_base","label":"Desktop","defaultPreviewWidth":"100%"},{"id":"breakpoint_tablet_landscape","label":"Tablet Landscape","defaultPreviewWidth":1024,"maxWidth":1119},{"id":"breakpoint_tablet_portrait","label":"Tablet Portrait","defaultPreviewWidth":768,"maxWidth":1023},{"id":"breakpoint_phone_landscape","label":"Phone Landscape","defaultPreviewWidth":480,"maxWidth":767},{"id":"breakpoint_phone_portrait","label":"Phone Portrait","defaultPreviewWidth":400,"maxWidth":479}],"subscriptionMode":"pro"} })
document.addEventListener('DOMContentLoaded', function(){
new AwesomeMenu(".breakdance .bde-menu-13995-106 .breakdance-menu", {
dropdown: {
openOnClick: false,
mode: {
desktop: 'dropdown'
},
placement: 'center',
width: 400,
animation: 'fade'
},
link: {
effect: 'background',
effectDirection: '',
},
mobile: {
breakpoint: '',
mode: 'accordion',
offcanvasPosition: 'left',
offset: 0,
followLinks: true
}
});
})
document.addEventListener('DOMContentLoaded', function(){
new AwesomeMenu(".breakdance .bde-wp-menu-13996-105 .breakdance-menu", {
dropdown: {
openOnClick: false,
mode: {
desktop: 'dropdown'
},
placement: 'left',
width: null,
animation: 'fade'
},
link: {
effect: 'background',
effectDirection: '',
},
mobile: {
breakpoint: 'breakpoint_phone_landscape',
mode: 'default',
offcanvasPosition: 'left',
offset: null,
followLinks: true
}
});
})