SHARE
Videos
SHARE
Theme: Advocating for your child
Being my son’s advocate: I can spend all my time researching; the medical world leans on the word ‘reasonable.’
Page: 2 of 10
Being my son’s advocate: I can spend all my time researching; the medical world leans on the word ‘reasonable.’
13 / 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;
}">