
FAIR is a non-profit organization dedicated to providing well-documented answers to criticisms of the doctrine, practice, and history of The Church of Jesus Christ of Latter-day Saints.
Note: After publishing, you may have to bypass your browser's cache to see the changes.
/* Any JavaScript here will be loaded for all users on every page load. */
// COLLAPSIBLE HEADERS
$(document).ready(function () {
$(".collapsible-header").each(function () {
var header = $(this);
var content = header.next(".collapsible-content");
if (content.length === 0) return;
var startsOpen = header.hasClass("open");
var arrow = startsOpen ? "▲" : "▼";
header.prepend('<span class="collapse-toggle" aria-hidden="true">' + arrow + '</span>');
if (!startsOpen) content.hide();
header.on("click", function () {
content.slideToggle(150);
header.toggleClass("open");
var icon = header.hasClass("open") ? "▲" : "▼";
header.find(".collapse-toggle").text(icon);
});
});
});

FAIR is a non-profit organization dedicated to providing well-documented answers to criticisms of the doctrine, practice, and history of The Church of Jesus Christ of Latter-day Saints.
We are a volunteer organization. We invite you to give back.
Donate Now