SHARE
Videos
SHARE
Theme: Advocating for your child
To be your child’s advocate: “If you have questions, Ask. Don’t be afraid of the doctors.”
Page: 4 of 10
To be your child’s advocate: “If you have questions, Ask. Don’t be afraid of the doctors.”
37 / 109
0) {
const rect = $el.getBoundingClientRect();
const clickX = $event.clientX - rect.left;
const percentage = clickX / rect.width;
const newTime = percentage * $store.globalAudio.duration;
$refs.audio.currentTime = newTime;
}">