{"version":3,"file":"clickHandlers-B6nYJmvS.js","sources":["../../../client/app/assets/javascripts/clickHandlers.js"],"sourcesContent":["import $ from 'jquery';\n\n$('.cb.expand-collapse-button').click(function () {\n  const id = $(this).attr(\"id\")\n  const topSection = $(`#college-board-toggle-top-section-${id}`);\n  const bottomSection = $(`#college-board-toggle-bottom-section-${id}`);\n  if(topSection.hasClass('closed')) {\n    topSection.removeClass('closed')\n    topSection.addClass('open')\n    bottomSection.removeClass('hidden')\n  } else {\n    topSection.removeClass('open')\n    topSection.addClass('closed')\n    bottomSection.addClass('hidden')\n  }\n});\n\n$('.q-and-a-question-button').click(function () {\n  const id = $(this).attr(\"id\")\n  const answerSection = $(`#q-and-a-answer-section-${id}`);\n  if (answerSection.hasClass('show')) {\n    answerSection.removeClass('show')\n    answerSection.addClass('hide')\n  } else {\n    answerSection.removeClass('hide')\n    answerSection.addClass('show')\n  }\n});\n\n$('.q-and-a.expand-collapse-button').click(function () {\n  const id = $(this).attr(\"id\")\n  const answerSection = $(`#q-and-a-answer-section-${id}`);\n  const innerTextElement = $(this).children('p').eq(0)\n  const innerImgElement = $(this).children('img').eq(0)\n  const expandSrc = 'https://assets.quill.org/images/shared/expand.svg'\n  const collapseSrc = 'https://assets.quill.org/images/shared/collapse.svg'\n\n  if (answerSection.hasClass('show') && innerTextElement.length !== 0) {\n    innerTextElement.text('Expand')\n    answerSection.removeClass('show')\n    answerSection.addClass('hide')\n  } else if (answerSection.hasClass('show') && innerImgElement.length !== 0) {\n    innerImgElement.attr('src', expandSrc)\n    answerSection.removeClass('show')\n    answerSection.addClass('hide')\n  } else if (answerSection.hasClass('hide') && innerTextElement.length !== 0) {\n    innerTextElement.text('Collapse')\n    answerSection.removeClass('hide')\n    answerSection.addClass('show')\n  } else if (answerSection.hasClass('hide') && innerImgElement.length !== 0) {\n    innerImgElement.attr('src', collapseSrc)\n    answerSection.removeClass('hide')\n    answerSection.addClass('show')\n  }\n});\n"],"names":["$","id","topSection","bottomSection","answerSection","innerTextElement","innerImgElement"],"mappings":"gFAEAA,EAAE,4BAA4B,EAAE,MAAM,UAAY,CAChD,MAAMC,EAAKD,EAAE,IAAI,EAAE,KAAK,IAAI,EACtBE,EAAaF,EAAE,qCAAqCC,CAAE,EAAE,EACxDE,EAAgBH,EAAE,wCAAwCC,CAAE,EAAE,EACjEC,EAAW,SAAS,QAAQ,GAC7BA,EAAW,YAAY,QAAQ,EAC/BA,EAAW,SAAS,MAAM,EAC1BC,EAAc,YAAY,QAAQ,IAElCD,EAAW,YAAY,MAAM,EAC7BA,EAAW,SAAS,QAAQ,EAC5BC,EAAc,SAAS,QAAQ,EAEnC,CAAC,EAEDH,EAAE,0BAA0B,EAAE,MAAM,UAAY,CAC9C,MAAMC,EAAKD,EAAE,IAAI,EAAE,KAAK,IAAI,EACtBI,EAAgBJ,EAAE,2BAA2BC,CAAE,EAAE,EACnDG,EAAc,SAAS,MAAM,GAC/BA,EAAc,YAAY,MAAM,EAChCA,EAAc,SAAS,MAAM,IAE7BA,EAAc,YAAY,MAAM,EAChCA,EAAc,SAAS,MAAM,EAEjC,CAAC,EAEDJ,EAAE,iCAAiC,EAAE,MAAM,UAAY,CACrD,MAAMC,EAAKD,EAAE,IAAI,EAAE,KAAK,IAAI,EACtBI,EAAgBJ,EAAE,2BAA2BC,CAAE,EAAE,EACjDI,EAAmBL,EAAE,IAAI,EAAE,SAAS,GAAG,EAAE,GAAG,CAAC,EAC7CM,EAAkBN,EAAE,IAAI,EAAE,SAAS,KAAK,EAAE,GAAG,CAAC,EAIhDI,EAAc,SAAS,MAAM,GAAKC,EAAiB,SAAW,GAChEA,EAAiB,KAAK,QAAQ,EAC9BD,EAAc,YAAY,MAAM,EAChCA,EAAc,SAAS,MAAM,GACpBA,EAAc,SAAS,MAAM,GAAKE,EAAgB,SAAW,GACtDA,EAAA,KAAK,MARL,mDAQqB,EACrCF,EAAc,YAAY,MAAM,EAChCA,EAAc,SAAS,MAAM,GACpBA,EAAc,SAAS,MAAM,GAAKC,EAAiB,SAAW,GACvEA,EAAiB,KAAK,UAAU,EAChCD,EAAc,YAAY,MAAM,EAChCA,EAAc,SAAS,MAAM,GACpBA,EAAc,SAAS,MAAM,GAAKE,EAAgB,SAAW,IACtDA,EAAA,KAAK,MAfH,qDAeqB,EACvCF,EAAc,YAAY,MAAM,EAChCA,EAAc,SAAS,MAAM,EAEjC,CAAC"}